This shows you the differences between two versions of the page.
milestone_1 [2023/01/09 14:46] scott [Queue Coding Help] |
milestone_1 [2023/01/13 16:21] (current) scott [Requirements] |
||
---|---|---|---|
Line 19: | Line 19: | ||
- Write your own queue code. Don't download code from the internet, it may have bugs in it. Also, since this queue module has extra functions that are not typically included in a queue implementation, things will just go faster and easier if you write the code yourselves. | - Write your own queue code. Don't download code from the internet, it may have bugs in it. Also, since this queue module has extra functions that are not typically included in a queue implementation, things will just go faster and easier if you write the code yourselves. | ||
- Your queue code must pass the provided queue_runTest() test. | - Your queue code must pass the provided queue_runTest() test. | ||
- | - You must follow the same [[http://byu-cpe.github.io/ecen330/other/coding-standard/|coding standards]] as was done for ECEN 330. | + | - You must follow the same [[http://byu-cpe.github.io/ecen330/other/coding-standard/|coding standards]] as was done for ECEN 330. **Exception: clang-format is not required. Ignore any clang-format rules.** |
---- | ---- |