Mchl Posted April 20, 2009 Share Posted April 20, 2009 I thought he was drugged by this guy from mafia... Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814721 Share on other sites More sharing options...
premiso Posted April 20, 2009 Share Posted April 20, 2009 I thought he was drugged by this guy from mafia... Â That's what they "want" you to think. When in essence it was as simple as dividing by zero. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814724 Share on other sites More sharing options...
jcombs_31 Posted April 20, 2009 Share Posted April 20, 2009 I had to take programming tests in college with pen and paper, pretty strange. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814757 Share on other sites More sharing options...
Maq Posted April 20, 2009 Share Posted April 20, 2009 I had to take programming tests in college with pen and paper, pretty strange.  Yeah, so did I. In fact, there were only a few classes we actually used a computer in class. It didn't really matter because everyone brought their laptops to class. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814760 Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 I had to take programming tests in college with pen and paper, pretty strange.  Yeah... I had to hand-write like 3kB of Pascal code on one exam I didn't mind actually, but I pitied the people who were checking these XD Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814768 Share on other sites More sharing options...
.josh Posted April 20, 2009 Share Posted April 20, 2009 mmm pascal. <gets nostalgic> Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814796 Share on other sites More sharing options...
premiso Posted April 20, 2009 Share Posted April 20, 2009 Back in my day we used a chizel and stone. Man those were the good old days That was the "Psuedo-Code" days. Â But yea, I always hated writing out code. It is like dude why not let me write it out on the computer, come on now. So I always made my handwriting sloppy and wrote the code the most inefficient way I could think of and made a note, "Yes, it is inefficient. But I felt it was suitable given the manner you were having me write the code." Â My teachers all liked me though, so they just thought I was being funny, when I was dead serious. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814800 Share on other sites More sharing options...
.josh Posted April 20, 2009 Share Posted April 20, 2009 i think the point of having to write it out on paper was so you actually learned the code instead of rely on things like auto-complete. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814844 Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 Turbo Pascal had auto-complete? Why didn't I know that! Â Besides, the exam I was taking was in dynamic data structures... that's a bit past basic syntax Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814863 Share on other sites More sharing options...
.josh Posted April 20, 2009 Share Posted April 20, 2009 okay so maybe it didn't have that, but it did have a built-in index. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814944 Share on other sites More sharing options...
Maq Posted April 20, 2009 Share Posted April 20, 2009 okay so maybe it didn't have that, but it did have a built-in index. Â And GOTOXY... Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-814949 Share on other sites More sharing options...
TheFilmGod Posted April 20, 2009 Share Posted April 20, 2009 What's wrong with notepad++? How does an IDE help coding in css/html/php become more efficient? Notepad++ has more than enough features. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815018 Share on other sites More sharing options...
premiso Posted April 20, 2009 Share Posted April 20, 2009 What's wrong with notepad++? How does an IDE help coding in css/html/php become more efficient? Notepad++ has more than enough features. Â Someone docked notepad++ I thought it was just notepad? (Maybe I missed a post of someone dissing NP++) Â Notepad++ is a great utility, it lacks for big projects but works for simple scripting. Notepad is just a bonehead move, grow up and join the world of syntax highlighting. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815032 Share on other sites More sharing options...
The Little Guy Posted April 20, 2009 Share Posted April 20, 2009 I just use the PHP Freaks Forums, it works wonders No need for syntax highlighting! You just ask it a question and it knows the answer how AWESOME! Â But for reals, I use Notepad++ Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815038 Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 What's wrong with notepad++? How does an IDE help coding in css/html/php become more efficient? Notepad++ has more than enough features. Â First that comes to my mind. Since I moved to NetBeans, I did not encounter "Unexpected T_WHATEVER" error. Why? IDE marks them in red while in editor. A large portion of the topics posted on this forum can be solved by simply pasting the code into NetBeans, to see where are the missing semicolons/quotes/brackets Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815044 Share on other sites More sharing options...
The Little Guy Posted April 20, 2009 Share Posted April 20, 2009 First that comes to my mind. Since I moved to NetBeans, I did not encounter "Unexpected T_WHATEVER" error. Why? IDE marks them in red while in editor. A large portion of the topics posted on this forum can be solved by simply pasting the code into NetBeans, to see where are the missing semicolons/quotes/brackets  I hate netbeans for PHP, I can't figure it out...  I don't know how to: a. Create a PHP Web Project b. Connect to FTP Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815054 Share on other sites More sharing options...
nrg_alpha Posted April 20, 2009 Share Posted April 20, 2009 How does an IDE help coding in css/html/php become more efficient? Â In addition to what what Mchl just mentioned, efficiency in IDEs (such as NetBeans) comes in the form of not having to type in every single character for stuff that is offered through built in (and customizable) code snippet macros. type 'cls' then hit tab dumps an empty class, with the cursor already in position for the user to type in the class name for example...Other additional functionality includes 'iter' + tab for a for loop, 'fore' + tab for a foreach loop, etc.. While such examples isn't 'earth shatteringly efficient', it does save on some typing. When I frequently want to output the contents in an array (for debugging purposes), I already have a custom macro bound to a key that simply spits out an echo line containing a <pre> tag and print_r (again, with the cursor waiting in the right spot to simply type in the array name and off you go). Â I'm sure this is just the tip of the iceburg, but definitely, IDE's can make things easier. Anything that saves time is a bonus (and thus leans towards efficiency) in my books. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815057 Share on other sites More sharing options...
nrg_alpha Posted April 20, 2009 Share Posted April 20, 2009 I hate netbeans for PHP, I can't figure it out... Â I don't know how to: a. Create a PHP Web Project b. Connect to FTP Â While I never used its FTP system, projects are easy. For me, I already have my htdocs with the site code / content in it. Simply click on 'New Project', then click on PHP from the lefthand panel in the pop-up, and select 'PHP Application with existing Sources' from the righthand panel. After clicking next, simply nagivate to the htdocs folder, and done. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815060 Share on other sites More sharing options...
The Little Guy Posted April 20, 2009 Share Posted April 20, 2009 Notepad++ that feature, just start typing a function and will bring up a list of functions, then it will also display what parameters are required/optional for that function too. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815061 Share on other sites More sharing options...
nrg_alpha Posted April 20, 2009 Share Posted April 20, 2009 Yeah, code completion (which I am assuming is common among IDEs). I was referring to code snippet macros with bindable keyboard shortcuts. COmes in very handy IMO. Â EDIT- Granted, to each his own.. I would be hard pressed to find an IDE out there that suites everyone. Pick your weapon of choice that you are most comfortable and suites your needs and go with it. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815066 Share on other sites More sharing options...
Mchl Posted April 21, 2009 Share Posted April 21, 2009 While I never used its FTP system, projects are easy. For me, I already have my htdocs with the site code / content in it. Simply click on 'New Project', then click on PHP from the lefthand panel in the pop-up, and select 'PHP Application with existing Sources' from the righthand panel. After clicking next, simply nagivate to the htdocs folder, and done. Â And while creating a new project you also have an option to create an FTP connection for it. For existing project right click it in project manager, and select Properties -> Run Configuration Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815219 Share on other sites More sharing options...
.josh Posted April 21, 2009 Share Posted April 21, 2009 I loathe code completion features. Maybe I just suck at using them, but I swear, every time it's turned on in whatever program I'm in, it always ends up at best distracting me with the constant popup, at worst, auto-completing what I'm typing with something other than what I want. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815229 Share on other sites More sharing options...
nrg_alpha Posted April 21, 2009 Share Posted April 21, 2009 Yeah, I don't make heavy usage of code completion but admittedly, it comes in handy at times (for me anyway) when for example I might not be sure what the order of parameters are... so if I find myself unsure, I make use of the code completion to see what the parameter order is and go from there. So while that feature sees action from time to time, it isn't heavily used by any stretch. Â Thankfully, code completion in my case doesn't occur until I hit ctrl + space to invoke it.. otherwise, I am free to type away without any completion obstructions. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815258 Share on other sites More sharing options...
Yesideez Posted April 21, 2009 Share Posted April 21, 2009 Well, I installed NetBeans and after a little "friendly persuasion" I got my main project into it and I'm loving it. Kinda feels like being at work except at home I'm dual WS TFT and work I'm dual screen but 1xCRT and 1xTFT. Â Nice being able to navigate so easily on the left pane without having to traverse back and forwards through folders and windows! Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815287 Share on other sites More sharing options...
premiso Posted April 21, 2009 Share Posted April 21, 2009 I loathe code completion features. Maybe I just suck at using them, but I swear, every time it's turned on in whatever program I'm in, it always ends up at best distracting me with the constant popup, at worst, auto-completing what I'm typing with something other than what I want.  No truer words said. I can type it 100 times quicker than that damn popup screwing me up. I also generally know the parameters required. Auto-completion is just a big joke for kids who are just taking the school class who do not want to program.  Or horrible typers. Quote Link to comment https://forums.phpfreaks.com/topic/154728-how-many-of-you-people-code-without-an-editor/page/2/#findComment-815473 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.