557 reputation
11
bio website blog.sw4j.de
location Bavaria, Germany
age 39
visits member for 7 months
seen 5 hours ago
stats profile views 79

I'm a profesional software developer using Java (and a little bit of Scala).


Jun
13
revised Looking for coding rules
edited tags
Jun
13
comment Looking for coding rules
Please be a little bit more specific. Coding rules are mostly dependent on the language used. Verification rules are dependent on the business logic you use. So what specifically are you searching?
Jun
12
comment function exit condition on parameter consistency check
@Seraphim'shost Please see here for a complete answer to your question then.
Jun
12
comment function exit condition on parameter consistency check
@Seraphim'shost I vote against multiple return statements as it is very difficult to follow the control flow. I think that any answer here missed then your real question...
Jun
12
comment function exit condition on parameter consistency check
@Seraphim'shost I don't understand you then. Do you mean that you spread different return statements throughout you function?
Jun
12
answered function exit condition on parameter consistency check
Jun
11
comment future of programming language based on history
You write "we can see" but you mean "I see". I my opinion you forget of e.g. all procedural languages (Pascal/C). And there are many more language concepts to find. Also the question is highly dependent on the view of the answerer.
Jun
7
comment Implementing Digitally signed data in a Web Application
@user93353 then please read this question. It should explain clearly enough why this will not work as intended.
Jun
7
comment Implementing Digitally signed data in a Web Application
Are you asking about signing a message or is your goal mutual authentication as defined by HTTPS?
Jun
7
answered Can I use a LGPL licensed library for my web project
Jun
6
comment What to do when a company request permission to use open source code without attribution?
@Jake They ask to relicense the code. You then have effectivly a dual license your code.
Jun
6
answered What to do when a company request permission to use open source code without attribution?
Jun
6
comment Copyright/Licensing on a complete rewrite
Ask a lawyer! This highly depends on the country you live in.
Feb
7
revised Why don't we use a class and its static members to do what a singleton does?
Precised answer
Feb
7
answered Why don't we use a class and its static members to do what a singleton does?
Feb
5
comment Java labels. To be or not to be
+1 even if I dislike break in any case (except switch).
Jan
18
awarded  Autobiographer
Jan
16
answered Can branching ever be considered a bad practice?
Jan
16
comment How to increase the efficiency of an Immutable Queue in java?
I think the best way to start is to use a profiler and check where the class is slow.
Jan
15
awarded  Citizen Patrol