@Gottox @ska A true C programmer recognizes that linked lists aren't the answer (at least not extrusive ones) and that reaching for them as a generic utility means you want to be writing a different language than C.
Conversation
Notices
-
Embed this notice
Rich Felker (dalias@hachyderm.io)'s status on Friday, 12-Apr-2024 11:16:28 JST Rich Felker - Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 12-Apr-2024 11:16:30 JST Enno T. Boland @ska (I know every C programmer starts their own utility library containing a linked list implementation - it's a law of nature!)
-
Embed this notice
Enno T. Boland (gottox@chaos.social)'s status on Friday, 12-Apr-2024 11:16:31 JST Enno T. Boland @ska in my spare time, I'm preferring C because it's fun to me. If I'm being paid, I owe it my clients to not waste their money on debugging segfaults, weird posix edge cases and race conditions. Also I don't want to be paid to implement linked lists for the 100th time.