public class AboutMe {
public static void main(String[] args) {
while(true) { growing(); }
}
}
- Disagree and Commit
- The ability to define a problem is more important than solving it.
- Simple solutions are more important than tricky ones.
- Creating intuitive code is more important than having code with annotations.
- Having the ability to verify requirements and side effects is more important than Test-Driven Development (TDD).
- Seeking the maximum effect with minimal resources and honesty.