sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

Refactor Singly Linked List - Rename to Stack #45

Closed amanjeev closed 6 years ago

amanjeev commented 6 years ago

Singly linked list implementation is mainly going to be used as a Stack so it is better if we refactor/rename to better reflect the function.

hawkw commented 6 years ago

Since we're in version 0.0.1, the Semver wild west, go ahead and make the change!

amanjeev commented 6 years ago

version 0.0.1, the Semver wild west

🤣

I think let's merge https://github.com/sos-os/alarm/pull/44 first, no?

hawkw commented 6 years ago

I'm also open to renaming the doubly and singly modules to list and stack, respectively --- at your discretion.

amanjeev commented 6 years ago

I like the idea of renaming doubly to just list. Perhaps another ticket though.