Topics
- Informatics (16)
- Management (1)
- Open R&D (2)
- Software (28)
- Uncategorized (3)
Monthly Archives: March 2006
e.printStackTrace() is not for you
While reading through another team’s Java codebase recently, I came across a disturbing proclivity for code like this public SomeType aMethod() { SomeType result = null; try { anObject.thatDoesSomething(); result = anObject.getSomethingElse(); } catch (SomeTypeOfException e) { e.printStackTrace(); // or, … Continue reading
Posted in Software
Leave a comment
A few more thoughts on communication, tech posts to come
I discovered recently on postgenomic.com that mine is one of the wordiest life science blogs around, so I’m going to try to be a little pithier. We’ll see if I can constrain myself. In my last post I argued for … Continue reading
Posted in Informatics, Software
Leave a comment
The promise of bioinformatics
Now and again, you hear the concern that bioinformatics will fail to “fulfill its promise”. I find this statement to be both a bit scary and a little preposterous. Scary because the success of the field will have an effect … Continue reading
Posted in Informatics
4 Comments