Last active
October 17, 2017 08:05
-
-
Save peabnuts123/5a8ce7f1dfcd4ff5bacf410306efc54c to your computer and use it in GitHub Desktop.
Tally of times wherein a simple solution was far superior than a broad, nuanced, sophisticated solution to a problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|| | |
2017-10-07 Heuristic, ordinary A* was far more effective than my sophisticated, physical, pathfinding algorithm. | |
2017-10-17 Unity3D: Flipper component with an "Exception list" was simple and way better than separating out components with a "Semantic Parent" component |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment