cher-nov / Gena

Generic pseudo-templated containers for C. Written entirely in C89 with design inspired by the C++ STL. /// DOCS ARE SLIGHTLY OUTDATED, PROJECT IS STABLE AND STILL BEING DEVELOPED
https://habr.com/ru/post/324210/
Do What The F*ck You Want To Public License
89 stars 6 forks source link

Revise the whole terminology one more time #19

Open cher-nov opened 4 years ago

cher-nov commented 4 years ago

I still don't like e.g. GENA_USE_SAMPLE, GENA_USE_ENTITY and so on, as they're not intuitive. The new approach to defining a terminology should be next:

cher-nov commented 2 years ago

Style fix required: first brace must be at the same line. https://github.com/cher-nov/Gena/blob/b9cf7ac50898a2298ab0eb1db7dd8c6723f055c5/genvector/genvector.c#L17-L18