Showing 1 to 6 of 15 blog posts tagged with "code quality".
-
JavaScript Variable Declaration in the 21st Century
October 2020 marked the 14th anniversary of the introduction of “let” and "const" to Javascript. Yes, it was in 2006 that this feature was first introduced, and we’re still hav... Read more
January 25, 2021 -
Suggestions For Picking Up Old Projects
At Caktus, we work on many projects, some of which are built by us from start to finish, while others are inherited from other sources. Oftentimes, we pick up a project that we... Read more
February 15, 2019 -
My New Year’s Resolution: Work Less to Code Better
You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolution... Read more
December 27, 2018 -
Culture of Unit Testing
Unit testing is something that deeply divides programmer communities. Nearly everyone agrees that it’s good to have unit tests in place, but some developers question whether the... Read more
January 8, 2018 -
False Peaks and Temporary Code
In the day-to-day work of building new software and maintaining old software, we can easily lose sight of the bigger picture. I think we can find perspective when we step back ... Read more
September 11, 2017 -
How to write a bug report
Here are some brief thoughts on writing good bug reports in general. Main elements There are four crucial elements when writing a bug report: What did you do What did you see... Read more
February 15, 2017