guidelines

来自「个人日程管理系统」· 代码 · 共 17 行

TXT
17
字号
Hi developpers,if you want to submit patchs or code for Progect, here are the styleguidelines I want you to follow :	- tabs are 4 spaces	- each function has a descriptive header (take one of mine as example)	- each funcion is prototyped (in the same file or in the corresponding .h)	- each function is closed with its definition in comment (see my code)	- work with 80 chars screen width as much as possible (I know it is	  always possible, even if it's sometimes hard)	- dates format in function headers are dd.mm.yyyyI won't accept code that doesn't fit these rules.Send your submissions to : burgbach@users.sourceforge.net

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?