No Bugs Here
2025-01-15
In the current times, we have incredible tooling. And yet over and over for example, I see Typescript apps kicked off without a proper tsconfig, (allowing implicit any,etc) and/or without having git hooks with basic checks in pre-push and cicd/github actions.
These days it's critical to not skip this and to use all the tooling and configurations available to us. Especially as devs now spin the wheel with ai generated code day in and day out. Gotta have a solid foundation in place with smart defaults to avoid surprises.