Enum in Typescript is leaky
Enums exist. They’re not evil. But if you’ve written a TypeScript enum, you’ve already lost the argument. Take a look a the following example:
Enums exist. They’re not evil. But if you’ve written a TypeScript enum, you’ve already lost the argument. Take a look a the following example:
A long time ago (Before AI, before agentic engineering), we created code by hand. As a .NET developer, one of the most time-consuming things was crafting com...
Working with multiple Git accounts on the same machine can quickly become confusing. One moment you’re committing to a personal project, the next you’re push...