Where to look for style guidance?
App Development2 posts228 views1 likesLast activity Nov 2022
WA
WallaceKellyOP
Nov 2022There is not a Daml Style Guide, correct?
What are your thoughts on having one created?
- Not really needed. Follow the examples in the docs.
- Use one of the many Haskell style guides
- Let’s add a page (or few) to the current docs.
- Let’s create a new repo at https://github.com/digital-asset/ specifically for a style guide.
- Other (see comment below)
0 voters
LU
Luciano
Nov 2022I think this is a good question. But in my personal experience, I find style guides not very useful unless they can be enforced e.g. using a code formatter, which we currently don’t have (but is somewhere in the backlog I believe).