RSSAmplifier

Blog

Florent Guilleux

Florent Guilleux

florentguilleux.frRSS feed ↗2 posts

Latest posts

Documenting Features for Developers

Code 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...

How to Use Meta-Tests to Future-Proof Your Business Logic

You 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 ...