FGFlorent Guilleuxinflorentguilleux.fr·Dec 27, 2025 · 2 min readDocumenting Features for DevelopersCode alone rarely explains a feature well enough to extend it or debug it quickly. Even when it does, understanding it through code only can take unnecessary time and effort. Good documentation can help tremendously. Write as if the reader never atte...00
FGFlorent Guilleuxinflorentguilleux.fr·Oct 22, 2025 · 2 min readHow to Use Meta-Tests to Future-Proof Your Business LogicYou can write simple tests to ensure future changes in your codebase don’t silently break existing business logic. Take this example: your application allows users to copy a product. Some associations should be copied (like category mappings), while ...00