| bio | website | liquidfyre.com |
|---|---|---|
| location | Illinois | |
| age | 26 | |
| visits | member for | 2 years, 6 months |
| seen | 4 hours ago | |
| stats | profile views | 97 |
I enjoy writing games to improve my coding skills. I also make Facebook games as a hobby.
|
22h |
comment |
In languages that don't allow underscores in integer constants, is it a good practice to create a constant for 1 billion? "An American or European billion?" - "What? I don't know that! Ahhhhh!!!!" |
|
May 21 |
revised |
Is it bad practice to run Node.js and apache in parallel? edited body |
|
May 21 |
answered | Is it bad practice to run Node.js and apache in parallel? |
|
Feb 25 |
awarded | Citizen Patrol |
|
Nov 19 |
awarded | Yearling |
|
Oct 3 |
answered | How is it possible to write the compiler of a programming language with that language itself |
|
Sep 26 |
awarded | Popular Question |
|
Jul 10 |
comment |
Working with Git on multiple machines @user827992 I am fully 100% aware of that fact. I don't think I suggested anything about centralizing. The only thing I was referring to is if you are using a fileshare, one machine is the host, in the sense that it's physically storing the files. That's a concept wholly apart from dvcs. |
|
Jul 10 |
asked | Working with Git on multiple machines |
|
Jun 25 |
awarded | Nice Question |
|
Jun 7 |
asked | dvcs - is “clone to branch” a common workflow? |
|
Mar 27 |
comment |
Handling “related” work within a single agile work item Ok, so even if something seems unrelated because it's just technical stuff, it's not a separate item, specifically because it's not a separate feature in the eyes of the user. It's just paying off technical debt. |
|
Mar 27 |
asked | Handling “related” work within a single agile work item |
|
Nov 19 |
awarded | Yearling |
|
Nov 10 |
answered | Why don't we store the syntax tree instead of the source code? |
|
Oct 31 |
accepted | Is “truthiness” a legitimate programming term? |
|
Oct 30 |
awarded | Favorite Question |
|
Oct 29 |
asked | Is “truthiness” a legitimate programming term? |
|
Oct 4 |
comment |
Tips/advice on how to reduce the use of “manager” classes? The answer to programmers.stackexchange.com/questions/59866/… might be useful to you. |
|
Jul 28 |
comment |
Is there a way to update a client's database without seeing all his sensitive data? @FrustratedWithFormsDesigner Could the OP ask the client for "good" dummy data? Maybe a sample of real data with redactions? |