Hacker News new | ask | show | jobs
by aarreedd 657 days ago
Laravel does something similar. Each line of multi-line comments are exactly 3 characters shorter than the previous line.

https://github.com/laravel/laravel/blob/11.x/config/database...

1 comments

Wow, this is amazing! Just in that file or everywhere? Why? How do they enforce this for all the contributors who might be unaware?
Pretty much everywhere. I guess to demonstrate the framework's attention to detail, craftsmanship, etc. No clue