ZA-YA / P-OS

MIT License
5 stars 0 forks source link

Change API's According to Coding Convention #54

Open p-os opened 8 years ago

p-os commented 8 years ago

Coding convention has not finalized yet but for public APIs we follow following rules.

P-OS suggests layered design. In that approach, each layer has own princibles. (Will be detailed later)

Function names should follow following rule

< LayerPrefix >< ModuleName >< Functionality >()

Layer Prefix :

Examples :