welcome: please sign in
location: Diff for "ProgrammingTips"
Differences between revisions 1 and 2
Revision 1 as of 2010-08-21 02:26:40
Size: 586
Editor: guest
Comment:
Revision 2 as of 2010-08-21 02:26:56
Size: 587
Editor: guest
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
==== Comment everything ===== ===== Comment everything =====

MICrODEC

Programming Tips

These tips represent things i've come across while programming the MICrODEC, but are probably useful for other programming tasks as well. They will reflect my use of assembly, but hopefully we can add C tips in the future. They are listed in order of importance.


Comment everything

It may seem like a waste of time, or that it uglies up the code, but you can never have too many comments. As a friend of mine once told me, "comments are a favor you do to your future self."

Declare registers

ProgrammingTips (last edited 2010-08-24 07:02:35 by guest)