Articles tagged “code-style”
- 80 columns limit I recall discussing 80 columns limit a year ago with a friend of mine. It's fun to read this part now, to see how I changed, and to try to understand what could my friend tell me to convince me that I was wrong. This is the quote I'm talking about: I…
- Linters rock, but they are slow I love linters. I love them so much that I'm actually considering to use some of them at pre-commit stage to reject commits which contain errors. The only thing which is the reason I hesitate to do it is that some of them are quite slow. Currently,…
- Do we think enough about coding standards we use? What is wrong about coding standards and “best practices” in general is that they throw the thinking process away. This may be a good idea for manual workers, but is quite problematic for developers.…