Uniformity between different functions, naming, parameter order helps the ease of use. I'll list some suggestions related to this subject here: - [x] https://github.com/openframeworks/openFrameworks/pull/6906 - [x] https://github.com/openframeworks/openFrameworks/pull/6944 - [ ] https://github.com/openframeworks/openFrameworks/pull/6939 - [ ] https://github.com/openframeworks/openFrameworks/pull/6940 - [ ] TARGET_OF_IOS, TARGET_OF_WATCHOS, TARGET_ANDROID, TARGET_LINUX, TARGET_OSX - [ ] ofStringReplace behaves differently from all other functions (result in a pointer instead of return) - [ ] https://github.com/openframeworks/openFrameworks/issues/6858 - [x] https://github.com/openframeworks/openFrameworks/issues/6527
Uniformity between different functions, naming, parameter order helps the ease of use.
I'll list some suggestions related to this subject here: