1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Clarify size of giant

This commit is contained in:
A_D 2021-05-27 11:18:31 +02:00 committed by GitHub
parent 4643d95f26
commit cd8319bfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ Please mark all hacks, workarounds, magic with one of the following comments, wh
The description should cover exactly why the hack is needed, what it does, what is required / expected for it to be removed.
Please be verbose here, more info about weird choices is always prefered over magic that we struggle to understand in six months.
Additionally, if your hack is giant, please include a `# HACK END` or similar comment to indicate the end of the hack.
Additionally, if your hack is over around 5 lines, please include a `# HACK END` or similar comment to indicate the end of the hack.
---