Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Dec 8, 2023Advent calendar #8 - Why Singletons and static methods are often the wrong thing to doThis might shock you, but I bet you are using Singletons wrong. With this post I will talk about the only valid use case and the more often practiced wrong usages of the singleton pattern. Problem Singletons themselves are not bad. The problem is the...31 readsSingleton Design Pattern
Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Dec 5, 2023Advent Calendar #5 - When to start versioning?This was probably the most interesting question I had back then when I wasn't used to it. When to start Obviously: Starting right away with the correct SemVer scheme would leave you with Version 83.3.0 after a few months of development. The actual pr...versioning