PinnedAntiPatternsWhen I started learning design patterns, I was wandering, what is the opposite of design patterns?Oct 30, 2020Oct 30, 2020
for loop optimization in C++Each nanosecond saved matters when you are concerned about the speed. So small small optimization matters when you want to overall increase…Aug 19, 2021Aug 19, 2021
Why not to use macros (#define) in modern C++Most of the people had changed their mobile phones classic nokia 3310 to a smartphones. Most of the people changes mobile phones every one…Feb 22, 2021Feb 22, 2021
Antipatterns — Premature OptimizationPremature optimization is when programmers tries to optimize the programs at a stage when it is too early to do so.Jan 19, 2021Jan 19, 2021
Anti-Patterns : Analysis ParalysisAnalysis Paralysis anti-pattern means Over analyzing your work which can make your work either redundant or it slow down the progress.Dec 3, 2020Dec 3, 2020