Search the Community
Showing results for tags 'php'.
-
How many of you have used a software package that wasn't coded in PHP? To me PHP has always been a spaghetti model. All kinds of mish mash that seems to work when put together.There are many options to choose from that don't use PHP. Perl is less used these days. It was what all software packages were coded in at the beginning. Ruby is what Discourse is coded in. If you get into Discourse you can appreciate the elegance of Ruby. ASP and .Net are lesser known. All of the Microsoft tech forums and blogs are coded on the .Net platform. C# i think. In any case if you ever visit technet forums you'll see how powerful .Net is. Especially when paired with SQL Server. What's your thoughts?
-
When I used to write code I used emacs on Unix and notepad++ on Windows. The only time I used an IDE was when I started using Visual Studio in the late 90's when my company started to transition the bespoke software to Windows from Unix. All my UBB and vbulletin hacks where done with notepad++. I also no longer use Windows as my everyday OS, switched to OSX full time, so other then firing up a VM to install notepad++ what do you recommend to use for development?