| bio | website | |
|---|---|---|
| location | Denmark | |
| age | ||
| visits | member for | 2 years, 8 months |
| seen | yesterday | |
| stats | profile views | 58 |
|
Mar 14 |
comment |
Describe the best deployment environment you've worked with @ThorbjørnRavnAndersen: I am using private github repos. It works just fine, exactly the same as a public one, except only you can access it. :) |
|
Mar 12 |
comment |
What caused you to stop using UML tools on your team? UML is boring, really? Doing the high-level design is (IMO) the most creative part of software development, thinking abstractly about your problem and solutions is the part I enjoy the most. :) |
|
Mar 12 |
comment |
What caused you to stop using UML tools on your team? +1 for YannisRizos and ZJR comments. Most UML tools are simply more of a hassle to work with than what they provide. Pen and paper just work better. |
|
Mar 12 |
answered | people fork my project but don't fetch from upstream - what can I do? |
|
Mar 7 |
comment |
How do you handle the problem of abstraction when you learn a techonology / language? Heh, my curiosity almost always wins. I will just dive in an learn how the internals work. :) |
|
Feb 27 |
comment |
What's the benefit of avoiding the use of a debugger? +1 for "It is by far the most efficient debugging technique I know, because it does not require a debugger at all. Your brain explores multiple code paths at the same time, yielding better turnaround than you could possibly get with a debugger." |
|
Jan 24 |
asked | Expected sprint completion rate and load in scrum? |
|
Nov 14 |
accepted | Why are wrapper classes not suited for use in callback frameworks? |
|
Nov 3 |
accepted | Is Java instanceof operator considered reflection, and what defines reflection? |
|
Nov 3 |
comment |
Why are wrapper classes not suited for use in callback frameworks? Could you please explain the downvote? Reading the FAQ this seems like a perfect example of a questions that is on-topic! |
|
Nov 3 |
asked | Why are wrapper classes not suited for use in callback frameworks? |
|
Nov 3 |
comment |
what are callback frameworks? Additionally: "Why are wrapper classes not suited for use in callback frameworks?" |
|
Sep 27 |
awarded | Yearling |
|
Sep 21 |
comment |
Secure cloud based code storage and syncing across multiple computers @SnOrfus: github is still a good answer to the question. |
|
Sep 14 |
comment |
Are developers more productive at night? Why was the answer regarding the reason for being productive at night being the lack of interruptions deleted? |
|
Sep 8 |
comment |
Most efficient way to learn java if you already know how to code? Do you understand object oriented analysis and design? Sounds like you might not with the background you have. If not, you should definitely learn that first. |
|
Sep 8 |
revised |
Is Java instanceof operator considered reflection, and what defines reflection? added 144 characters in body |
|
Sep 7 |
awarded | Nice Question |
|
Sep 7 |
comment |
Is Java instanceof operator considered reflection, and what defines reflection? According to that definition of reflection, would normal polymorphism not also be a kind of reflection? |
|
Sep 7 |
asked | Is Java instanceof operator considered reflection, and what defines reflection? |