[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 6502 illegal opcodes questions
sicklittlemonkey wrote:
> Saving keypresses in the way LN describes can really waste brain cycles
> elsewhere. Years ago I tired of the proclivity for programmers to
> abbreviate into 3 letters even 4 letter words (etc), just to fit a
> pattern. Those days are long gone for me, and today's IDEs it's easy
> enough to type the first few letters then ctrl-space to complete the
> rest.
The old formatting 'rule' of not exceeding 80 characters on a line has
finally started to die, along with the terminals that encouraged it,
which has helped things a great deal.
I share your appreciation of IDE's abilities to autocomplete code - the
productivity difference is enormous, but then the mental agility lost
to not remembering API definitions anymore is a bit of a concern.
Matt