| bio | website | focuspocus.org |
|---|---|---|
| location | Ireland | |
| age | 33 | |
| visits | member for | 2 years, 5 months |
| seen | Jun 16 at 18:17 | |
| stats | profile views | 34 |
|
Nov 18 |
answered | how to layout good documentation |
|
Nov 18 |
answered | Programming in academic environment vs industry environment |
|
Nov 18 |
answered | HTTP events? Is there a standard / precedent for this? |
|
Aug 15 |
awarded | Nice Question |
|
May 20 |
comment |
Why are there multiple Unicode encodings? @jfs lol at managing to find something (love) even more complicated than character encoding to use as simple example. Now I'm really confused. |
|
May 4 |
comment |
How do you get consistency in source code / UI without stifling developer's creativity? Your issue may be more to do with the fact you have duplication in the code. e.g. can you extract the date code to one single piece of code that is re-used. |
|
May 4 |
answered | How to teach your users/customers to send better error descriptions |
|
Apr 22 |
answered | Preparation for Ph.D |
|
Apr 22 |
comment |
Is there a name for the concept of a hierarchy of many short methods in a class thanks, this is the type of answer I'm looking for, I'd never heard that expression before, is it commonly used? |
|
Apr 21 |
revised |
Is there a name for the concept of a hierarchy of many short methods in a class added 309 characters in body |
|
Apr 21 |
comment |
Is there a name for the concept of a hierarchy of many short methods in a class Hmm the template method pattern is similar, but as I stated in my question, I think extracting methods in my case is the right thing to do from a readability POV even if they are private and are not to be overloaded. I'm asking if there's a well known principle that covers why this is. |
|
Apr 21 |
comment |
Is there a name for the concept of a hierarchy of many short methods in a class I know that what I am doing is the extract method refactoring, what I'm really asking is the name for the principle that makes it the right thing to do in my example. E.g. if I had duplicated code, I would also use the extract method refactoring but it would be because of the DRY principle. |
|
Apr 21 |
revised |
Is there a name for the concept of a hierarchy of many short methods in a class added 40 characters in body; added 157 characters in body |
|
Apr 21 |
revised |
Is there a name for the concept of a hierarchy of many short methods in a class added 16 characters in body |
|
Apr 21 |
asked | Is there a name for the concept of a hierarchy of many short methods in a class |
|
Apr 19 |
comment |
Why does the Java collections APIs not have a last method? @Peter urgh the only thing worse than not implementing getLast() is implementing it with a hack like get(-1). |
|
Apr 19 |
comment |
Why does the Java collections APIs not have a last method? The question specifically said ordered collections. |
|
Apr 19 |
answered | Why does the Java collections APIs not have a last method? |
|
Apr 13 |
answered | How will closures in Java impact the Java Community? |
|
Apr 13 |
revised |
When, if ever, can code standards be ignored? deleted 4 characters in body |