This commit is contained in:
2018-08-23 18:57:14 +00:00
parent cad59a7aa9
commit eeb0b1496c
4 changed files with 63 additions and 36 deletions

View File

@@ -2,6 +2,28 @@
Error messages / Numbers
- All server error codes start with E1000, all API error codes start with E2000
- Look for English text in all the messages so far and see if can be localized even crudely by google translate and do so
- Make sure error numbers have a consistent system and don't conflict, I think there are two sets of error numbers, there should only be one
- Make sure Every error has a number and that is documented in the manual
- Locale keys for error numbers?? i.e. E1000, "blah blah error 1000"
Cleanup and sticking to the following code convention:
All names are PascalCaseOnly with the following two exceptions:
- function paramenter names are ALWAYS camelCased
- CONST values are ALL_CAPS with underlines between for spaces
OLDER STUFF
=-=-=-=-=-=
#DISTRIBUTION / DEPLOYMENT
- Linux folders to use:
- Program files in /opt