An Http utility class with a getGetMethod method.
- All posts are released under CC 3.0 by-sa unless otherwise stated.
Pages
Follow me on Twitter!
My Tweets-
Recent Posts
Recent Comments
Categories
- bdd
- breaking models
- business value
- capability red
- climate
- coaching
- complexity
- conference
- csharp
- cynefin
- deliberate discovery
- evil hat
- feedback
- humour
- jbehave
- kanban
- lean
- learning
- learning models
- life
- nlp
- open source
- real options
- scale
- scrum
- spike and stabilize
- stakeholders
- stories
- testing
- Uncategorized
- uncertainty
- values
- writing
Archives
Meta
There is a GetGetMethod in .Net’s PropertyInfo reflection class, so you’re not the only one;)
Love the stutter. It’s “Deja vu” code. Imagine bringing yourself to implement this one:
package org.jboss.test.jmx.compliance.notcompliant.support; public interface InterfaceProblemsMBean extends InterfaceProblemsSuperMBean { void setSet(boolean something); Boolean getGet(); Boolean isIs(); }On a tangent of similar vein, I’ve seen plenty of this lately – it’s “No $#!+, Sherlock” code:
public class Something extends Object { // entertain JaBOL here }Josh Graham