Code Quality

3 Articles 0 Followers


I refuse to deliberately write any more buggy and smelly code for bad customers. Enough is enough!

10 Mar 2023 4 minute read 3 comments Great White Snark

While I am not immune to the failing of writing bad/smelly/suboptimal code by accident (and I wish otherwise), it really grates my cheese to do so deliberately/knowingly under instruction from people whom are paying me for my professional expertise a...

Importance of Code Review

27 May 2020 2 minute read 0 comments Nithesh

Introduction In the era of rapid development and agile model maintaining quality of the code base is always challenging for every organization and teams. Code review plays an important role to maintain the code base clean and good. It should be alway...

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...