Code maintainability

Software Engineering Principles Every Developer Should Know
- Mohammad Abu Mattar
- Software Engineering , Programming Principles , Code Quality , Best Practices
- Published: 20 May, 2024
In the dynamic world of software development, certain principles stand the test of time, guiding developers towards creating robust, maintainable, and efficient code. Let's delve into these principles
read more
TypeScript vs. JSDoc: Exploring the Pros and Cons of Static Type Checking in JavaScript
- Mohammad Abu Mattar
- JavaScript , TypeScript , Static Typing , Development Tools , Code Quality
- Published: 20 May, 2023
TL;DRTypeScript and JSDoc are two tools for static type checking in JavaScript. TypeScript offers a comprehensive type system, advanced features, and strict type checking. JSDoc provides li
read more