Category: Beginner Dev
-

5 Useless Sorting Algorithms You Never Wanted To Know
When choosing a sorting algorithm you probably consider factors like speed, efficiency, or the fit for your purpose, but have you ever considered the why not factor? Why not have an algorithm that takes a nap every iteration or one that snaps half your input out of existence? Now if…
-

Writing Clean Code – Naming Variables, Functions, Methods, and Classes
Some say coding is an art. However, unlike art forms such as painting, beauty is not in the eye of the beholder. We can write code that can be considered “ugly”. The problem is how do we figure out if we’ve just created a Van Gogh, or a first grade…