Lines Matching full:good
6 Good development is like gardening, and codebases are our gardens. Tend to them
12 good. But appreciate beauty when you see it - and let people know.
20 Good code is readable code, where the structure is simple and leaves nowhere
37 Assertions are documentation that can't go out of date. Good assertions are
40 Good assertions drastically and dramatically reduce the amount of testing
43 Good assertions are based on state, not logic. To write good assertions, you
46 Good invariants and assertions will hold everywhere in your codebase. This
51 A good assertion checks something that the compiler could check for us, and
63 Good code is code where you can poke around and see what it's doing -
83 labels, and good structure - we don't want files with a list of bare integers,
124 This will also motivate you to make your debugging tools as good as possible,
130 become product-manager focused. Often time an idea is a good one but needs to
179 don't go overboard. A good commit message is wonderful - but if the information
183 A good code comment is wonderful, but even better is the comment that didn't