|
|
|
|
|
by Kenji
4007 days ago
|
|
Be prepared to be much less productive in Haskell; you can't just get into it and start writing code. Everything must be well thought out before you start to write a line (and yes, that's how it's supposed to be but sometimes it's easier to just hack something together to see what issues might arise, and then make it beautiful). On the other hand, the beauty of Haskell is that the code is much cleaner and modular. Don't be fooled, though: Even in Haskell you can write very ugly code. |
|
This is only true when you are becoming familiar with the language (arguably any programming language). Once you're able to get a grasp on how to program in Haskell, it's very possible to hack programs together quickly and refactor with confidence later.