You are not logged in.
Pages: 1
do people really memorize all the functions and stuff for things? i've been playing with ncurses and i couldn't even remember how to get the max x and y for a window ;-p
Offline
do people really memorize all the functions and stuff for things? i've been playing with ncurses and i couldn't even remember how to get the max x and y for a window ;-p
for the most part, yes. vim has lots of helpers for this stuff though - the taglist plugin, ctags, and the new omni completion.
Offline
I tend to look stuff up. I only have so much core memory in my head and I like to keep the most relevant stuff there. The rest I keep in secondary storage with an index in my mind as to the quickest way to find it.
Dusty
Offline
Knowing where to get information is better than knowing it.
Offline
Knowing where to get information is better than knowing it.
right on! Who said that anyay? I'm guessing Einstein.
Offline
People ripping off my sayings again!!!
hehehe.
Dusty
Offline
i use nano...
Offline
I have no idea who said it... it's just been something I've believed.
Offline
I know most of the lower level php functions and some of the higher ones by heart, along with the options for them and what type of data they produce (bool, array, string, etc). I usually have php.net open on another desktop when I code though, in case I need to look something up.
·¬»· i am shadowhand, powered by webfaction
Offline
I'm with dusty, I remember what I'm working on, and keep references to it in the back of my head for later. And I confess, I use nano, I even *gasp!* uninstall vim from all my installs!
Offline
I'm a vimmer... and I usually have an API open somewhere or within easy-opening-reach while I program. Often too much of a hassle to remember every little function/method call.
Offline
Ah, nothing is like a good cup of tea, a fireplace, and the C++ reference on my lap. :-p
Offline
Ah, nothing is like a good cup of tea, a fireplace, and the C++ reference on my lap. :-p
One thing I can't do is sit down and read a reference book, then start programming what I learned. In order to learn it, I have to be sitting at a computer with the reference, while programming, or it just won't work out.
·¬»· i am shadowhand, powered by webfaction
Offline
It really depends on usage though... I mean, I can tell you the signatures of std::copy and std::transform by heart, but std::set_intersection, I can only guess... or std::lexicographical_compare... no idea
Offline
I have no idea who said it... it's just been something I've believed.
It comes hardcoded into our brains...
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
The fact that I'm human makes me <3 Doxygen.
Offline
postlogic wrote:Ah, nothing is like a good cup of tea, a fireplace, and the C++ reference on my lap. :-p
One thing I can't do is sit down and read a reference book, then start programming what I learned. In order to learn it, I have to be sitting at a computer with the reference, while programming, or it just won't work out.
Yeah, I know.
I have this buddy who actually does that, and manages to remember most of it. He's insane. For his home exam, he made his own file sharing protocol and wrote a browser for it. He's been programming for 1/2 years. Damn him.
Offline
The brain is insanely powerfull. But yeah i think more to the point I'm too lazy to remember everything.
"The ecological crisis is a moral issue."
Offline
cocoa seems to be really big. so many objects and methods!
Offline
Pages: 1