• Home
  • About
    • User3301 photo

      User3301

      A mathematician wannabe

    • About
    • LinkedIn
    • Instagram
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Clean Code Tips

26 Mar 2019

Reading time ~1 minute

“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.

Table of Contents

  • Table of Contents


Clean Code Share Tweet +1