| bio | website | nicbertino.com |
|---|---|---|
| location | California | |
| age | 27 | |
| visits | member for | 2 years, 8 months |
| seen | May 15 at 22:20 | |
| stats | profile views | 85 |
________|\____\o/___ AHHH SHARK!
|
Sep 21 |
awarded | Custodian |
|
Sep 16 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Apr 3 |
comment |
Letting go of a project Sounds like it is time to start your next 6 year niche product :) |
|
Apr 3 |
answered | How to remember the details (Core APIs) of one computer language? |
|
Apr 3 |
answered | Does using a PHP framework count as experience using PHP to a company that doesn't use that framework? |
|
Mar 14 |
comment |
What does facebook's new photo tagging patent mean for developers? @jfrankcarr as a developer at a law school, I think you'd regret that. |
|
Mar 12 |
accepted | Web development: no local server workflow |
|
Mar 11 |
comment |
Web development: no local server workflow @MatthewScharley I already implement guard and think it'd be great in this situation. |
|
Mar 11 |
comment |
Web development: no local server workflow I have a LOT of flexibility - we run gigabit between the two sources, so speed shouldn't be an issue at all. I might just have to test it out for awhile and see if it is fast enough. |
|
Mar 11 |
comment |
Web development: no local server workflow We don't currently implement a build step. I'm on the path to learning VIM, but not quite there yet. Thanks for your input! |
|
Mar 11 |
comment |
Is switching from a CVCS to a DVCS a considerable bandwidth save? @stijn I'd say a combination of both. The straight-over conversion yielded quite a drastic increase, and tweaking it further reduced the size even more. In looking for evidence to support my experience, I found this article: codeforest.net/git-vs-svn which states that the Mozilla project found similar gains when switching away from SVN, although no direct link/evidence from Mozilla. |
|
Mar 11 |
comment |
Is switching from a CVCS to a DVCS a considerable bandwidth save? The size of the .git folder is/was ~346mb. I'm not sure what the entire directory tree is now, but my baseline is the size of our gitolite server repo versus the size of the svn repo. |
|
Mar 11 |
asked | Web development: no local server workflow |
|
Mar 11 |
answered | Is switching from a CVCS to a DVCS a considerable bandwidth save? |
|
Mar 11 |
comment |
Is switching from a CVCS to a DVCS a considerable bandwidth save? In our SVN -> git conversion, we went from a 4.06gb codebase to 346mb. Imagine the bandwidth savings every time the codebase was checked out/cloned :) |
|
Feb 10 |
comment |
Newbie to Intermediate PHP Programmer - How to Deal with Maintenance Spaghetti Code? But what is there to fix? What exactly is the problem? Does it just need to be refactored? |
|
Feb 10 |
comment |
Newbie to Intermediate PHP Programmer - How to Deal with Maintenance Spaghetti Code?$site = $website; wat. |
|
Nov 30 |
comment |
Controllers in CodeIgniter I agree, but I think a lot of people who are new to MVC don't realize the role of helpers, so at 1000+ lines of code, I'm sure they'd come in handy somewhere :) |
|
Nov 30 |
comment |
Controllers in CodeIgniter I get this as an overview of MVC, but I think some information regarding helpers would benefit the OP more, as functions should probably be defined there? |