This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2014:data:projects:sll1 [2014/10/05 13:05] – created wedge | haas:fall2014:data:projects:sll1 [2014/10/16 20:21] (current) – [Errata] wedge | ||
---|---|---|---|
Line 11: | Line 11: | ||
This section will document any updates applied to the project since original release: | This section will document any updates applied to the project since original release: | ||
- | * __revision | + | * __revision |
=====Objective===== | =====Objective===== | ||
Line 32: | Line 32: | ||
</ | </ | ||
- | As a suggestion, I'd recommend implementing them in the order listed above, starting with **obtain()**. By doing this, the functionality will be available to use in your implementation of the other functions. | + | As a suggestion, I'd recommend implementing them in the order listed above, starting with **searchlist()** and then **obtain()**. By doing this, you get to review a bit from the previous weeks (**searchlist()**) and then continue with base functionality |
An important perspective to keep when implementing these list functions is to be mindful of what functionality can be a unit of something else. Do not reinvent the wheel- utilize functions you've written- it will shorten your code, and reduce the chance of error. Plus, that IS the intent.. to have each function be specific and focused on its particular task; to do one thing, and do that one thing extremely well. We can then use them as base units to build more sophisticated functionality. | An important perspective to keep when implementing these list functions is to be mindful of what functionality can be a unit of something else. Do not reinvent the wheel- utilize functions you've written- it will shorten your code, and reduce the chance of error. Plus, that IS the intent.. to have each function be specific and focused on its particular task; to do one thing, and do that one thing extremely well. We can then use them as base units to build more sophisticated functionality. | ||
Line 39: | Line 39: | ||
====list library==== | ====list library==== | ||
- | In **src/ | + | In **src/ |
* **obtain.c** | * **obtain.c** |