Today's short function comes from Janusz, and it's anything you want it to be: public static ..
A recent code-review on a new build pipeline got Sandra's attention (previously). The normally responsible ..
Nina's team has a new developer on the team. They're not a junior developer, though Nina wishes ..
Many nations have some form of national identification number, especially around taxes. Argentina is no exception. Their ..
Mark sends us a very simple Java function which has the job of parsing an integer from a string. Now, ..
Frank inherited some code that reads URLs from a file, and puts them into a collection. This is a delightfully ..
Andre has inherited a rather antique ASP .Net WebForms application. It's a large one, with many pages ..
Frequently in programming, we can make a tradeoff: use less (or more) CPU in exchange for using more ..
Alexandar sends us some C# date handling code. The best thing one can say is that they didn't reinvent ..
"Don't use exception handling for normal flow control," is generally good advice. But Andy's ..