You are not logged in.
Pages: 1
Hey guys. Pretty new to haskell here. I've started off by writing a small command-line interface to plurk.. I was just wondering if anyone would be willing to give everything a look-over and lemme know what kinds of things I should be looking to improve upon, style-wise. Not sure I'm currently doing things in the 'haskell-way' so to speak . Thanks a bunch!
https://github.com/stythys/hermes
(note: the JSON and Plurkell submodules are also mine.)
Last edited by chris-kun (2011-05-24 23:03:32)
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
Your Github page seems to be inaccessible.
Offline
modified link
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
That's a lot of code --- two suggestions:
(1) Use CmdArgs for robust command line argument handling, and (2) check out the HLint tool for automated code sanity checks.
Offline
Pages: 1