Skip to main content

Contact Us

Contact Us

If you have any query regrading Site, Advertisement and any other issue, please feel free to contact at snvnrock@gmail.com

Comments

Here are some posts you should view for more information.

How to Code Properly | Best Practices

  How to Code Properly?  | Best Practices This blog c overs the best practices that should follow whenever you code.   Ask yourself , do you care about your code readability, when it works fine? I think most of us NOT including me but, I realized later, how important readability of code is.    This article helps you follow best practices in your coding career. So without any delay let’s dive in…   R eadability of Code is the universal aspect in the whole Computer Programming.    Being a Programmer doesn’t mean you just write the code that works fine, but it should be written smartly and looks pleasantly! to eyes, so that your team or people that work with it afterward, can understand it easily.     ➤ Consistent Indentation: In most of the programming languages, spaces and indentations do not affect the function or method, but it compromises with readability, edit, and understanding of code.  So the rule of thumb is to be consisten...