How to Write Clean Code Exactly

How to Write Clean Code Exactly

Care About Your Code

  • Keep refining

  • Learn the details / Learn deep

  • Figure out the mystery bugs

Work with Good Code

  • Write with good programmers

  • Read good materials (official ones always better than the ones on blogs)

  • Code review with the team

Think

  • Use Command Line Interface

  • Think often: why?

Keep Learning

  • Read book (I mean at least "Clean Code")

  • Take classes on Coursera

  • Take Computer Science Masters

Last updated