Programming in the Notebook

Hi, Jamil from 10863A here. Just wondering how people out there formatted thje programming pages of their engineering design notebook. Just curious on if it should follow the same “instructions to recreate the project” margins as the rest of the notebook. Just curious on what people find to be the most efficient layout for the programming section of the notebook

What I find helpful is titling the page with what the code is supposed to do, and then tasking a picture of the code with comments. Add any notes on the side and note any changes as you go. My school’s teams have done this format in years past and we’ve won excellence, design, etc.

1 Like

In my notebook, I tend to screenshot (or print out a picture of, if using a physical notebook) my code, with comments included. Then this gets put into the notebook and I annotate it on the side, for example saying “Declares the second controller”, etc. Typically, one “section” of the code won’t fit perfectly into one page, so I would title it “Annotated Code” and just have it continue for the remainder of the code.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.