Extremely basic concept!. But, sometimes importance of this concept is ignored becase of several reasons
- Easy-to-use with libraries and other functions.
- Easy-to-use becase of language characteristics.
- To save typing efforts.
- ...
But, to increase readability of code, it's very important keeping fundamental concepts and following use-cases of each data structure.
- Array: Order is matter. And duplication is allowed.
- Set: Order is NOT matter. And duplication is NOT allowed.
'Development' 카테고리의 다른 글
Review: GLib(GIO, GDBus) - 2.66.x (0) | 2023.09.20 |
---|---|
Comparing build outputs (0) | 2019.11.14 |
[Dev] Software developement process... (0) | 2010.01.13 |
[Dev] Sharing between members and leader... (0) | 2009.12.04 |
[Dev] Key point to succeed in large project... (0) | 2009.08.01 |