What is the real goal of agile software development?We’re all aware of the theoretical differences between agile and waterfall approaches to the software development cycle. Scrum, sprint…Sep 5, 2024Sep 5, 2024
Why the hate for GOTOs?There are a clan of programmers who will religiously tell you that using GOTOs in code leads to spaghetti code. Are GOTOs really that bad…Aug 27, 2024Aug 27, 2024
Save the world; stop recursionOne of the basic questions taught when teaching the concept of Recursion in programming is “Print the N-th number of Fibonacci series”.Mar 3, 2024Mar 3, 2024
The rule of 3 in C++: Typed as thoughtLet’s try to understand the rule of 3 in C++. The rule of 3 upgrades to rule of 5 in more recent versions of g++. We’ll probably leave rule…Feb 29, 2024Feb 29, 2024
Optimally determine if a number is primeWhen you are asked to determine if a number is prime or not through a piece of code, in your head, you are already thinking of two things:Feb 26, 2024Feb 26, 2024