Shipping My First Sub Radar Update
A developer shares lessons from shipping the first update to their subscription tracking app, SubRadar, focusing on bug fixes and user feedback.
A developer shares lessons from shipping the first update to their subscription tracking app, SubRadar, focusing on bug fixes and user feedback.
A programmer's reflection on the philosophical and practical differences between truly fixing a bug versus just patching it, emphasizing testing and documentation.
A developer documents project setup, fixes a course scheduling bug, and starts building a new student reports section in a Django application.
A developer uses Test Driven Development to fix a bug in a Django app, writing a test, fixing the code, and refactoring.
A guide on using unit and acceptance tests in Swift to fix bugs, following a TDD approach with practical examples.
A developer discusses a pragmatic approach to bug fixing using test cases, emphasizing the importance of verifiable bug reproduction in version control.