Viewing profile — helpermethod
helpermethod
HN member- Joined
- Mon, Jun 20, 2011, 9:01 PM UTC
- HN karma
- 2
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About helpermethod
No profile information was provided.
Recent public activity
-
comment
Comment #7290523
Remindes me of this: http://programmer.97things.oreilly.com/wiki/index.php/Don't_...
-
comment
Comment #6893279
SOAP Web Services.
-
comment
Comment #6632517
Same here. Got 9k rep by mostly answering basic Java questions.
-
comment
Comment #6626051
CrunchBang Linux: fast bootup, small memory footprint, Debian- based
-
comment
Comment #6564277
Grails.
-
comment
Comment #6352622
Insertion sort. Easy to implement (easier than BubbleSort), very fast for small data sets. Can be used in merge sorts / quick sorts when the set size becomes small.
-
comment
Comment #6313841
Shameless plug: This works similar to a script called 'up' which I am the author of: https://github.com/helpermethod/up
- story
-
comment
Comment #4963426
So true. I use it to track every detail of my personal projects and never had the feeling that anything was missing.
-
comment
Comment #4947545
Actually I think when Java will finally introduce anonymous functions the Template Pattern will be obsolete. The strategy pattern is IMHO much more flexible and can be used everywh…
- comment
-
comment
Comment #4921605
That's also how I learn. As I never met anyone who learns that way I always considered this behaviour weird. Nice to know that I am not the only one :).
-
comment
Comment #4910531
Like others have already noted don't put too much thought into how to organize things. Keep it as simple as possible. This way you'll spent most of your time doing fun stuff (at le…
-
comment
Comment #4881014
That comment so made my day :)!
-
comment
Comment #4871281
Love the Scala reference :).
-
comment
Comment #4870285
At University we were also forced to do this. This and other stupid rules (like declaring all variables at the beginning of a method) were considered 'good style'.
-
comment
Comment #4659020
I just don't see how you can create a full, well designed, functional website based off an original idea in under 10 hours. There lies you false assumption. The idea is not to ship…
- comment
- story