“Any fool can write code that a computer can understand. Good programmers write code that humans can understand” - Martin Fowler
Clean Code Concepts & Good Practice for Writing Code
This blog is a summary of some good practice of writing clean code I came across on the Internet. And most of the concepts are from Clean Code and Code Complete. Please note some of the examples or snippets are not necessarily the “best practices” for a particular solution, they are just some brilliant coding styles that user3301 personally believes it’s clean and readable for human. This blog will keep updating.