| bio | website | gplus.to/mbx |
|---|---|---|
| location | Germany | |
| age | 33 | |
| visits | member for | 2 years, 3 months |
| seen | May 13 at 18:44 | |
| stats | profile views | 13 |
CS Student
|
Nov 12 |
comment |
Where did the notion of “one return only” come from? @Izkata those are not that punchy :-) bla also has a wide distribrution (german.stackexchange.com/q/415/139) |
|
Nov 10 |
comment |
Where did the notion of “one return only” come from? @FredOverflow You're right. blablabla is the most meaningful variable name I can imagine in that case :-) |
|
Nov 10 |
comment |
Where did the notion of “one return only” come from? "This is ugly" simply because you use magical numbers |
|
Sep 7 |
comment |
My boss wants a narrated line-by-line English explanation of our code A cost-benefit analysis should do the job. Maybe the manager has some additional benefits to bring in. If it doesn't pay off it's hard to enforce and defend to the upper management. |
|
Aug 25 |
comment |
Thoughts on Development using Virtual Machines I just have to add, that you need a CPU with Nested Page Tables (2.Gen Virtualization Support) to get good performance. Using VM Ware with shared Paths is quite slow when you don't have SSDs (it takes > 20sec to git add or git status on repo with 7k files ) |
|
Aug 25 |
comment |
Thoughts on Development using Virtual Machines @sleske agreed with DB, email and stuff, but with DVCS you can at least checkin/branch/... |
|
Aug 16 |
comment |
Will there be any official LINQ like lambda based library for C++? The syntax is just a bit different is that a euphemism?! |
|
Aug 16 |
comment |
Will there be any official LINQ like lambda based library for C++? With LINQ you mean LINQ to Objects? Or did you mean the whole LINQ incl. XML and SQL? |
|
Jul 29 |
comment |
Why did Git get so much hype? …while others don't? @arnaud: Mercurial inefficient? At least there is an issue with renaming files as mentioned in a G+ Post by Jon Skeet |
|
Jun 7 |
comment |
Programming practice - Is there a site that has a daily “write a method to do X” type challange? I alredy knew pex as unit testing tool. pexforfun is nice and it's cool to know what happends behind the scenes. |
|
Jun 4 |
comment |
Can Agile and ISO 9001 interact well? +1 for finding the matching dilbert slides |
|
May 15 |
comment |
What are some fun (and very easy) C++ programs for a 10 year old kid to write? while piano is quite easy in BASIC, it might be not a bit complex for a beginner in c++ since you have to: 1) bind to an existing sound lib or 2) get to platform specific. |
|
May 14 |
comment |
Correct pronunciation of `:=` +1 and let me guess: you started coding with basic |
|
May 13 |
comment |
What advantages does TFS have over Tortoise SVN in this scenario? this is the usual workflow for any local rcs I know |
|
May 13 |
comment |
What advantages does TFS have over Tortoise SVN in this scenario? TFS idiot proof? Our (former) svn guys still complain about how complicated their usual workflow now is. |