How do you handle C arraylist implementation criticism ?
How do I handle the criticism? Use C arrays only when I have to. Be meticulous about proper initialisation and use. If I am writing multiple threads that access the same array, make sure I have proper mechanisms in place to avoid race conditions and deadlocks. If another developer questions my approach, I ask what they would do to solve the problem where I used arrays. Maybe I will reimplement, maybe I wont. Criticism is an important part of the designing and building process.