-
Hola, I’ve been using Python to create endpoints for an experience API on a current client project. I ran into a design issue where I needed to wrap the behavior of an existing method to control its dependent parameter state. After having some internal discussions, I decided to implement a private and public version of the method. I thought this would be an easy task… Unfortunately, I encountered an issue during unit testing.
-
Imagine you’re at your work computer. You just recieved an urgent email, it’s from your boss. They’re instructing you to create a TPS report that’s due by EOD. Being the great employee that you are you take no time at all, you crack open your terminal, and log on to the local SQL Server database. As a well seasoned employee, you already know that this report calls for a transaction, so you can group multiple SQL operations into one atomic unit.