Wednesday, November 3, 2021

How to create better code, There are following principles

 >(DRY) Don't repeat yourself.

>(KISS) Keep it simple and stupid.

>Write simple code as simple as possible.

>Write the code that humans understand.

>Try to avoid inheretence.

No comments:

Post a Comment