| bio | website | techfounder.net |
|---|---|---|
| location | Illinois | |
| age | 31 | |
| visits | member for | 2 years, 3 months |
| seen | May 10 at 11:32 | |
| stats | profile views | 80 |
LAMP stack developer (P for PHP) for over 7 years, concentrating on programming standards, design patterns and open-source.
Co-founder at Binpress - a marketplace for source-code, where developers can buy and sell source-code from each other.
|
May 4 |
answered | Payments and open source core developers |
|
Feb 26 |
awarded | Constituent |
|
Feb 26 |
awarded | Caucus |
|
Feb 6 |
awarded | Yearling |
|
Aug 25 |
revised |
Data Quality in Relational Database Regression Tests added 283 characters in body |
|
Aug 25 |
answered | Data Quality in Relational Database Regression Tests |
|
Jul 7 |
awarded | Announcer |
|
May 21 |
awarded | Announcer |
|
May 21 |
comment |
Is inconsistent formatting a sign of a sloppy programmer? I would also add that even if you are a single developer, if you have any intentions of ever coming back to your code - it would be in your best interest to adhere to coding standards and consistent formatting. |
|
May 13 |
answered | How do you decide how much your software will cost? |
|
May 1 |
awarded | Announcer |
|
Apr 29 |
awarded | Announcer |
|
Apr 10 |
awarded | Announcer |
|
Mar 7 |
awarded | Nice Answer |
|
Feb 6 |
awarded | Yearling |
|
Feb 1 |
awarded | Good Answer |
|
Jan 10 |
awarded | Announcer |
|
Jan 10 |
awarded | Announcer |
|
Sep 17 |
comment |
Why don't many code review tools seem to be syntax aware or provide more in-depth analysis of changes? @Oded the highlighter makes very simple but very accurate guesses as to what language is used from a few key rules. You claimed it is not trivial, I'm saying it is. It should not be difficult to also give the option to choose the correct language in case it was not chosen properly. I don't see a technical challenge here |
|
Sep 16 |
comment |
Why don't many code review tools seem to be syntax aware or provide more in-depth analysis of changes? I have to disagree completely, it's really not a difficult problem. This site and stackoverflow use prettify - a simple syntax highlighter in Javascript that makes good guesses on which language is used. When it can't find a good match, it doesn't highlight. |