7
votes
Do we need to become craftsmen instead of engineers?
A 'craftsman' build superior products using techniques that are personal, not necessarily widely known and generally with a very personal integrity and reputation. Learning to be a craftsman takes …
16
votes
What is your best programmer joke?
There are three books of Murphy's Law, by Arthur Bloch, from the early 80's. A number of my favorites are found in those three volumes:
Osborn's Law
Variables won't; Con …
2
votes
What to put at the top of source files in large projects?
Separate any license/copyright information into a 'normal' comment, not a JavaDoc comment (ie, make the initial /** a /*, place it at the top of the file.
P …
2
votes
What’s the Best Mailing List Package? (Linux)
Do either of these posts answer the question?
Simple/lightweight alternative to GNU Mailman? …
9
votes
Python vs Groovy vs Ruby? (based on criteria listed in question)
Just to muddy the waters...
Groovy give you access to Java. Java has an extremely rich set of APIs/Libraries, applications, etc.
Groovy is embeddable, although easiest in Java. …
77
votes
What is the most important thing you weren’t taught in school?
It is ok to be wrong, it is ok to make a mistake, it is ok to say "I don't know"
…
0
votes
Good tool to collect issues, improvements, ideas.
Microsoft's Exchange server has support for Public Folders, email lists/groups. This may be an easy introduction to collaboration for your environment, using tools that are familiar. From the Mic …
2
votes
Does it make sense to set up a wiki at the workplace?
Wikis are great for communication and recording stuff you don't want to lose about your project/product. Everything from development environment setup to test plans.
…
0
votes
Displaying time and timezone information to the user (what, not how)
Having been bitten several times over the years by "small" applications suddenly being either nationwide (in the US, 5 or 6 timezones) or global, I always store datetime data in UT …
5
votes
What was your biggest *nix blooper?
Not on the scale compared to rm -rf but...
When I was learning *nix, I was bouncing between at least three very different OSes and used my habitual name for a quick and dirty t …
4
votes
What are five things you hate about your favorite language?
Groovy/Grails
Duck-Typing
Convention over Configuration, assuming you know the Convention
Everything you hate about Spring
Everything you hate about Hiberna …
3
votes
Representing Monetary Values in Java
BigDecimal or another fixed point representation is what is generally needed for money.
Floating point (Double, Float) representations and calculation …
2
votes
Is the Subversion ‘stack’ a realistic alternative to Team Foundation Server?
If the target developers are Microsoft-centric and the customer wants enforcable process, then staying with the TFS is a good call. Implementation costs have to take into account the learning curve …
8
votes
Best startup team mix?
Well, technical talent is, in my experience, usually not the problem. I'd say that the lack of the following three is the root cause of several failed startups:
Entrepreneur …
2
votes
Must haves for developers office
One thing you DO NOT WANT is a Public Address system or at least not one that blares into everyone's space that "Joe Blow, you have a phone call on line X!"
There are many excellent suggest …
