Coding Guidelines for Wings developers and tutorials - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Programming (https://www.wings3d.com/forum/forumdisplay.php?fid=7) +--- Thread: Coding Guidelines for Wings developers and tutorials (/showthread.php?tid=1105) |
Coding Guidelines for Wings developers and tutorials - micheus - 03-21-2015 Coding Guidelines by bjorng The guidelines can also be found in the source distribution (starting with the 1.1.12 release) in the file CodingGuidelines. Tutorials
RE: Coding Guidelines for Wings developers and tutorials - micheus - 10-25-2015 About Wings3D coding and the Git repository - https://github.com/dgud/wings/wiki (by bjorng) - Coding Guidelines (by bjorng) Some tips you need to know before make a pull request to the main repository at GitHub: - Make one commit for every change/fix; - A good commits should be as follow Quote:- First line: What have you done max 60 characters!!! |