Feel free to discuss
Description
Description
Comment Actions
- Private attrbutes should be prefixed with underscore ( _ ), e.g. float _posX;
- Interfaces should be prefixed with upper case I, e.g. IProcessor
- Variables/attributes should start with lower case letter and methods/classes/interfaces with upper case, e.g. int frameCount, void Process(), class FrameProcessor
Comment Actions
maybe move this to the OC git repo, which would make it more likely to be foud by people who want to contribute?
Comment Actions
I created a wiki page for the Coding Guidelines, https://wiki.apertus.org/index.php/OpenCine.Coding_Guidelines