27 Sep
2010
27 Sep
'10
12:50 a.m.
Petr Pudlak schrieb:
sometimes I have doubts how to structure my Haskell code - where to break lines, how much to indent, how to name functions and variables etc. Are there any suggested/recommended coding conventions?
Coding conventions are often a matter of individual taste. You may find some suggestions under http://www.haskell.org/haskellwiki/Category:Style and choose the ones that you like.