CLEAN UP YOUR CODE SMELLS
LEARN YOUR DESIGN PATTERNS
Recent Posts
A Deque is a double ended queue. It can be used as a Queue or a Stack If you've studied your basic Data Structures and Algorithms, then I'm sure you're familiar with the Queue and the Stack data...
In this article we go through some more refactoring techniques to write cleaner code with this homework submissions. (If you want to submit some code to get refactored through a video, then join...
If I could give any single piece of advice to new programmers, it'd be to never stop learning! We as software engineers have a very under-appreciated job in society. We have built our society...
https://youtu.be/IM3zOyGeRFs This is a beginner level tutorial on refactoring some old code I wrote a while ago. If you want to submit a homework assignment for a code review to be featured on...
Like professional athletes, software developers and engineers must always be practicing to improve their coding skills, even outside of the workplace. Too often we get bogged down into writing...
It is my firm belief that the most important aspect of writing code is writing code that's easy to read, easy to understand, and easy to maintain. Here are 5 very easy things you can start doing...