Code page

so, this is a super simple chunk of code, I’m just wondering if this format for talking about code is good:

I don’t think having line by line notes on what the code does. I would use comments in the code itself to help explain so you don’t need as much text in the entry.

A lot of the breakdown is unnecessary in my opinion. For example, most judges will be able to understand the line while True: without your explanation. drivetrain.stop() is also self explanatory. You could probably combine explanations of the block of code into one concise paragraph instead of looking at individual lines.

Another good thing to add are problems you faced when programming/testing the function, and how you fixed them. This would support the notebook in the design process section of the rubric.

1 Like

alright, thank you, will do!

ohh, that makes sense. honestly, i thought adding a different text font would feel like a break for the eyes lol