The Pragmatic Programmer

I’ve finished reading book The Pragmatic Programmer and it has few interesting advices how to write better code and be better programmer. Here are some points that have great value to me (I’ve read it in czech so excuse if some term are badly double-translated :)): Take responsibility over your code, your work. Read technical book every month. Involve in community. No redundancy in code nor in documentation. Get the most orthogonality you can - every module should be independent of other modules....

August 28, 2013 · 1 min