
26 Sep
2010
26 Sep
'10
12:50 p.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.