in reply to Re: When does programming become automatic (if ever)?
in thread When does programming become automatic (if ever)?
> I still don't always remember the order of arguments to substr or splice,
that's actually a good idea for extending snippets in my IDE (yasnippet/Emacs) ¹
> what I can do is type perldoc -f splice at lighting speed
actually I could also expand the embedded documentation to reflect this in my IDE
> at lighting speed...
unfortunately not at light speed, often you are redirected to other perldocs
like in
perldoc -f m m// The match operator. See perlop.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
¹) other suggestions for not memorable interfaces? caller ? what else ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: When does programming become automatic (if ever)? (IDE support)
by Anonymous Monk on Apr 13, 2016 at 09:19 UTC | |
by LanX (Saint) on Apr 13, 2016 at 09:46 UTC | |
|
Re^3: When does programming become automatic (if ever)? (IDE snippets)
by LanX (Saint) on Apr 13, 2016 at 22:16 UTC |