|
Size: 542
Comment:
|
Size: 717
Comment: These guidelines are generic enough
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from SageDays/SprintsGeneralGuidelines | |
| Line 4: | Line 5: |
| * The code from your code notebook should be self-sufficient. | * The code from your Sage notebook should be self-sufficient. |
| Line 7: | Line 8: |
| * Add comments explaining what your problem is solving, etc. | |
| Line 10: | Line 12: |
[[SageDays/SprintsHelp|How-to upload code?]] |
General Guidelines when Sprinting
Do NOT include any content from the Book. Not even the problem statement.
- The code from your Sage notebook should be self-sufficient.
- Use meaningful variable names
- Include comments where required
- Add comments explaining what your problem is solving, etc.
- If you have tried to solve a problem but were unable to do it, please write down comments.
- What did you attempt to do?
- Where and Why were you stuck? [Does Sage lack a function? Documentation needs improvement?]
