faster/better development |
[eluser]cahva[/eluser]
[quote author="Buso" date="1274327021"] Also, which IDE. I tried netbeans 6.8 but I can't configure it well.. For example, it turns tabs into spaces, which I find uncomfortable and inefficient.[/quote] Eh.. Just go to options and untick "Expand tabs to spaces". Thats it. For the original questions I can warmly recommend Mercurial. I've tried them all but mercurial is the winner. I used Bazaar before but "accidently" started using Mercurial because CI developers changed from SVN->Mercurial. I first just wanted to get the latest version and update it too from time to time so I had to install mercurial. And Im glad I did ![]() For the FTP synchronize atleast WinSCP can synchronize. I myself use Directory Opus to replace whole shitty windows explorer(I just installed Windows 7 and its still shitty ![]() ![]() For the debugging part.. Well a good IDE like Netbeans will inform of typing errors in code, but for the actual debug I still use var_dump, print_r and CI's profiler. I have XDebug installed on my localhost but havent used it for its whole potential. Oh, and ofcourse you can use FirePHP, which enables you to output debug information straight to Firebug console. |
Messages In This Thread |
faster/better development - by El Forum - 05-19-2010, 03:31 PM
faster/better development - by El Forum - 05-19-2010, 04:43 PM
faster/better development - by El Forum - 05-19-2010, 05:16 PM
faster/better development - by El Forum - 05-19-2010, 07:10 PM
faster/better development - by El Forum - 05-19-2010, 07:18 PM
faster/better development - by El Forum - 05-19-2010, 08:56 PM
faster/better development - by El Forum - 05-20-2010, 02:04 AM
faster/better development - by El Forum - 05-20-2010, 02:59 AM
faster/better development - by El Forum - 05-20-2010, 06:24 AM
faster/better development - by El Forum - 05-21-2010, 01:25 AM
|