enso/docs/style-guide
somebody1234 cd54e1b47d
Add TypeScript style guide (#6226)
Adds TypeScript style guide.

# Important Notes
This is more or less a straight port from Rust; I think the goal should be to make this a sort of living document which changes as the TypeScript parts of the codebase become more mature.

Several sections have been removed as they do not apply to the TypeScript codebase. Of note is the section about vertically aligning type annotations, local variable declarations and match arms.
2023-04-15 08:28:12 +00:00
..
haskell.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
java.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
markdown.md Refactor the flexer to enable code generation (#1040) 2020-08-03 18:26:10 +01:00
README.md Add TypeScript style guide (#6226) 2023-04-15 08:28:12 +00:00
rust.md Fix links in Markdown (#6235) 2023-04-11 15:55:06 +02:00
scala.md Implement masking of sensitive data in logs (#1732) 2021-05-12 16:31:53 +01:00
typescript.md Add TypeScript style guide (#6226) 2023-04-15 08:28:12 +00:00
yaml.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

layout title category tags order
section-summary Enso Developer Style Guides style-guide
style-guide
readme
0

Enso Developer Style Guides

This folder contains the style guides for developers working on the various languages that make up the Enso project.

Our configuration and documentation also has style guides: