Best Programming Practices Every Programmer Should Follow
Use comments Comments may sound trivial, and it may get boring to write them down, but they are helpful. Comments especially come in handy in group projects. It will help you and others remember what a section of code does. It will also increase overall readability. Instead of using comments to comment out sections of code, try using them to say what the code does instead. Use the right editor Notepad is hated for the correct reasons....