Education is what remains after one has forgotten what one has learned in school
Keep it simple, stupid
Submitted by Midnighter on Tue, 10/21/2008 - 21:57
A snippet from our main project's code.
How to make a simple thing look important?
How to make a simple thing look important?
package qspr.toxicity;
import org.springframework.web.servlet.mvc.multiaction.*;
public class SophisticatedMethodNameResolver extends AbstractUrlMethodNameResolver {
protected String getHandlerMethodNameForUrlPath(String urlPath) {
return "show";
}
}
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- …
- next ›
- last »