代码风格指南¶ Introduction¶ Code Layout¶ Indentation¶ Tabs or Spaces¶ Blank Lines¶ Maximum Line Length¶ Source File Encoding¶ Imports¶ Order of Functions¶ Whitespace in Expressio...
代码风格指南 写函数,而不是仅仅写脚本 类型不要写得过于具体 让调用者处理多余的参数多样性 Append ! to names of functions that modify their arguments 避免使用奇怪的 Union 类型 避免复杂的容器类型 使用和 Julia base/ 文件夹中的代码一致的命名习惯 使用与 Julia ...