Changes between Version 28 and Version 29 of HowtoGoodProgrammingTechniques
- Timestamp:
- Dec 27, 2020, 12:29:40 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoGoodProgrammingTechniques
v28 v29 191 191 * Think on multi-work, if you use a temporary directory called /tmp/myapp, you could have conflict when another user try to use the same application which will point to the same location (so /tmp/user-myapp is a good option). Or also including the ID of the process is also a good method for avoid re-using the same directory if the application can be launched multiple times 192 192 193 * [http ://www.makinggoodsoftware.com/2009/06/04/10-commandments-for-creating-good-code/ 10 rules for creating good code] that must be read until becomes subconscious193 * [https://web.archive.org/web/20091103172142/http://www.makinggoodsoftware.com/2009/06/04/10-commandments-for-creating-good-code/ 10 rules for creating good code] that must be read until becomes subconscious 194 194 195 195 * [https://forum.elivelinux.org/t/recommended-elive-programming-practices/2581 Recommended Elive Programming Practices] which is a list compiled by the community of Elive