Coding standards

2 Articles 0 Followers


Coding Journal - Ep. 2 - Java Script or Python, that was the dilemma

4 Jun 2020 1 minute read 0 comments Edward Casanova

  As expected, it took me a decent amount of research in order to pick the right programming language. I went through C++, C, Python, Java, JavaScript, Type Script, Coffee Script, Solidity and even other weird ones I never knew existed (like K or R)...

Crafting Beautiful and Quality Code

23 May 2020 1 minute read 1 comment Nithesh

Do not repeat yourself — Repeat judiciously I was used to follow DRY — Do not Repeat Yourself — religiously when writing the code, but later I realized that it is much better to repeat yourself in some scenario than sticking with DRY. It should be al...