| bio | website | |
|---|---|---|
| location | New York, NY | |
| age | 24 | |
| visits | member for | 1 year, 9 months |
| seen | yesterday | |
| stats | profile views | 43 |
|
Apr 24 |
awarded | Notable Question |
|
Nov 2 |
revised |
Why learn git when there are GUI apps for GitHub? Made the links into actual links. |
|
Nov 2 |
suggested | suggested edit on Why learn git when there are GUI apps for GitHub? |
|
Aug 4 |
awarded | Yearling |
|
Jul 19 |
comment |
Indentation: is there any evidence to show whether 2 or 4 spaces is more readable? @X-Zero Sounds like it would be really annoying for anyone to use another editor. |
|
Jul 19 |
comment |
Indentation: is there any evidence to show whether 2 or 4 spaces is more readable? Why don't you just ask all your developers what they find easier to read? It seems like you're looking for research to convince yourselves about something. Just form an opinion one way or the other and vote on it. |
|
Jul 6 |
comment |
Unit testing multiple conditions in an IF statement Wouldn't there only be eight tests if you tested all possible combinations? Three boolean parameters turned either on or off. |
|
Jun 18 |
comment |
What operating systems are used in airplanes, and what programming languages are they developed in? @haylem I'm sure your interpretation was correct, but looking at the title I wasn't sure. Nice answer, very enlightening. |
|
Jun 18 |
comment |
What operating systems are used in airplanes, and what programming languages are they developed in? When I first saw this question I thought it was asking about the systems that run the in-flight movies and such in the backs of seats. I was once on a Delta flight where they rebooted that system and you could tell that it was running Linux, a Debian variant I believe. |
|
Jun 15 |
awarded | Good Answer |
|
Jun 14 |
comment |
C# foreach improvements? @Falcon I agree with Fabricio. Certainly in most situations a regular for loop would be clearer, but that requires indexing and a count. This can be achieved with ToList or ToArray, but that may be expensive an unnecessary. This provides a way to get around that. |
|
Jun 14 |
awarded | Mortarboard |
|
Jun 14 |
awarded | Nice Answer |
|
Jun 14 |
revised |
C# foreach improvements? added 1 characters in body |
|
Jun 14 |
answered | C# foreach improvements? |
|
Jun 9 |
comment |
Visual Studio 2010 on Macbook Air On my machine (a Windows desktop) Visual Studio takes a minimum of 500 MB of memory for each instance. With two or three instances running, plus SSMS, Outlook and several browser tabs, I'm almost always over 4GB of memory usage. |
|
Jun 8 |
awarded | Caucus |
|
May 25 |
answered | Are we always supposed to create a setup to deploy or application? |
|
May 23 |
comment |
Can I legally use the icon of a different software? @Rotem That's not true. The icons for CS and CS2 were very different from CS3, 4, 5 and 6. |
|
May 16 |
answered | Is the 14th line of The Zen of Python a reference to Dijkstra? |