- Joined
- Mar 10, 2009
- Messages
- 5,016
Ok guys, what's your choice of API when making a system:
#1 - Functions only
#2 - Structs with all static methods and variables
#3 - Structs with all methods
#4 - Structs with all method operators
#5 - Structs with mixed methods and operators
#6 - Modules
#1 - Functions only
#2 - Structs with all static methods and variables
#3 - Structs with all methods
#4 - Structs with all method operators
#5 - Structs with mixed methods and operators
#6 - Modules