代码风格指南 写函数,而不是仅仅写脚本 类型不要写得过于具体 让调用者处理多余的参数多样性 Append ! to names of functions that modify their arguments 避免使用奇怪的 Union 类型 避免复杂的容器类型 使用和 Julia base/ 文件夹中的代码一致的命名习惯 使用与 Julia ...
提交代码 Handling pull requests 提交指南 恢复提交 提交代码 This section is addressed to the committers and to anyone interested in knowinghow code gets committed into Django. If you're a co...