Writing a String Numeric Comparer with .NET 9
A developer shares their implementation of a custom numeric string comparer in .NET, handling edge cases like movie sequels and version numbers.
A developer shares their implementation of a custom numeric string comparer in .NET, handling edge cases like movie sequels and version numbers.
Explores new code analyzers coming in .NET 8, focusing on performance improvements like case-insensitive string comparisons.
A developer shares hard-won lessons and pitfalls encountered while migrating a CI/CD pipeline from Jenkins to GitHub Actions.
Explains the complexities of comparing JavaScript strings, especially with Unicode combining characters, and offers safer comparison methods.