Skip to content
#

handbook

Here are 200 public repositories matching this topic...

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
sumbach
sumbach commented Jan 31, 2016

I think it would be valuable to explicitly talk about whitespace requirements in [ ] and [[ ]] conditionals--this tripped me up when learning Bash and I know it's a pain point for a lot of developers.

The way I like to think about it is that [ and [[ are commands/builtins (like echo, etc), as opposed to being part of Bash syntax. For this reason, the command name and each of its argumen

Liu0506
Liu0506 commented Oct 19, 2018

伸缩盒(新)属性 Flex-shrink 的示例代码, 解释文字不好理解.

原文:
image
标记出来的位置让人不好理解, 看了计算过程, 脑袋一片浆糊.
我个人给出的修改意见如下:

通过收缩因子,所以加权综合可得2001+2001+200*3=1000px
~通过收缩因子,a, b, c 移除的长度占溢出量的长度分别为: 1/5, 1/5, 3/5.
于是我们可以计算a,b,c将被移除的溢出量是多少:
a被移除溢出量:(1/5)*200,即约等于40px
b被移除溢出量:(1/5)*200,即约等于40px
c被移除溢

bendtherules
bendtherules commented Jan 2, 2020

General discussion about what more to add and todo items -

TODO items -

  • Check if an identifier is referenced
  • Is there a way to completely halt traversal?
  • Replacing a node with multiple nodes
  • Inserting a sibling node
  • Pushing a variable declaration to a parent scope
  • Checking if a local variable is referenced (i think we can use symbols for this?)
  • [ ]
lukemorton
lukemorton commented Feb 15, 2020

We approach our culture as an evolving thing. We prefer to think about what someone might add to our culture if they joined us rather than whether they will fit into our existing culture. We should talk about this somewhere in the Handbook.

We see our core values as being somewhat more of a requirement when hiring. Our core values describe who are are and what attributes we need to fulfil our p

Improve this page

Add a description, image, and links to the handbook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the handbook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.