Comment on Ask HN: Examples of bad open-source code to learn what to avoid?Comments−jstarfish7yThe source for Terraria is notoriously terrible.https://github.com/TheVamp/Terraria-Source-CodeIt is another example of how even inelegant code full of hardcoded values can be successful.−czr7y(Note that this is decompiled source – the original probably at least has comments here and there)
Comments
The source for Terraria is notoriously terrible.
https://github.com/TheVamp/Terraria-Source-Code
It is another example of how even inelegant code full of hardcoded values can be successful.
(Note that this is decompiled source – the original probably at least has comments here and there)