Lines Matching full:code
14 The code that you are afraid to touch is the code most in need of refactoring.
20 Good code is readable code, where the structure is simple and leaves nowhere
23 Assertions are one of our most important tools for writing reliable code. If in
55 can still incorporate that kind of thinking into our code and document the
58 code statically typed.
63 Good code is code where you can poke around and see what it's doing -
121 Spend time doing support and helpdesk stuff. Don't just write code - code isn't
132 idea until you start writing code.
135 Nobody writes all perfect code that all gets shipped, and you'll be much more
141 existing code. Sometimes these can be the best projects, because they can lead
142 us to make existing code more general, more flexible, more multipurpose and
163 reading lots of code and looking for common patterns and issues. Don't be
174 errors in our thinking by running our code and seeing what happens. If your
178 Put effort into your documentation, commit messages, and code comments - but
181 even better as a code comment.
183 A good code comment is wonderful, but even better is the comment that didn't
184 need to exist because the code was so straightforward as to be obvious;
186 for functions and variable, where every line of code has a clear purpose.