863 reputation
320
bio website
location Switzerland
age
visits member for 10 months
seen 4 hours ago
stats profile views 36

Flair

Web-Developer and wiseacre


May
4
comment Helper Methods Placement
According to Clean Code you should order your methods from top to bottom, in the order they are called. So it reada like a poem. I try to follow this advice, and it works quite well for me.
May
1
revised Programming for Windows Phone vs Android
Changed Windows Mobile to Windows Phone
May
1
suggested suggested edit on Programming for Windows Phone vs Android
Apr
10
awarded  Popular Question
Mar
26
awarded  Enthusiast
Mar
22
comment How do you deal with pain from typing too much?
+1 for the bottle of water. It works really great for me too.
Mar
21
awarded  Nice Answer
Mar
21
answered How do I choose between better salary and exciting job?
Mar
21
awarded  Excavator
Mar
21
revised Tricky logic puzzles - Are they really useful in assessing programming skills?
typo
Mar
11
awarded  Civic Duty
Mar
8
comment Why Have People Started Deeming it Necessary to Separate JS hooks from CSS hooks in HTML?
+1, but I'm not convinced by your point about not using classes. I'd say performance is not really a problem, and readability either. I ended up using classes for almost everything, because I have little controll over ids. In AJAX heavy sites, ids tend to be somewhat dangerous (as they get non-unique very fast, if you aren't careful).
Mar
7
comment How to optimize this Java Code?
That's pretty bold to post a ~3.5k LOC File and expect us to tell you "how to optimize" :D
Feb
21
comment How to deal with a Team Lead who dislikes Extreme Programming?
+1 for "lead by example"
Feb
20
comment How do I convince my boss (and other devs) to use/consider Unobtrusive JavaScript
@V-Light: "You can ChangeYourOrganization or ChangeYourOrganization." Maybe this is interesting for you: jamesshore.com/Change-Diary
Feb
20
comment How do I convince my boss (and other devs) to use/consider Unobtrusive JavaScript
@Niphra: In addition, you can only bind a function to only one component.
Feb
19
awarded  Caucus
Feb
15
comment How does if/else work internally in all programming languages?
Control Flow: en.wikipedia.org/wiki/Control_flow
Feb
7
comment Reasons NOT to use JSF
Revisiting my first question here, I would like to share some experience about your pros: We are working with JSF, and with that experience we wouldn't choose it again. Barely anything works as expected and out of the box. Yes, there are powerful Libraries. But we ended up doing all our components ourselves, because they wouldn't work quite as we needed it. It's stunning how fast we had our own 'DataTable' with lazy loading while scrolling. Composite Components didn't work for us, I can't tell you why, they are buggy I guess. AJAX re-rendering is actually a pain for client side JS.
Feb
6
awarded  Notable Question