Tarun Sharmatapstechie.hashnode.dev·Aug 29, 2024Enhancing Python Code Quality with an Automated AnalyzerIntroduction In software development, maintaining high code quality is crucial. However, manually ensuring that every piece of code adheres to best practices can be tedious and error-prone. This is where automated code quality analyzers come into pla...41 readspython-tools
Gilles TOURREAUgilles.tourreau.fr·Dec 5, 2023Strengthening Moq based unit tests with PosInformatique.Moq.AnalyzersAs a passionate advocate for robust unit testing and code quality, I've invested heavily in leveraging the Moq library within my .NET projects. To ensure reliability and catch potential errors early, I developed a .NET analyzer tool specifically tail...10 likes·58 reads.NET