@Sgt_choke_n_stroke to Programmer [email protected] • 1 year agoThe temptation is always thereimagemessage-square96arrow-up11.15Karrow-down139
arrow-up11.11Karrow-down1imageThe temptation is always there@Sgt_choke_n_stroke to Programmer [email protected] • 1 year agomessage-square96
minus-square@[email protected]linkfedilink9•edit-21 year agoReal enterprise programmers know that everything should be on the stack… so they declare a List《void*》 in main.
minus-squareidunnololzlink8•1 year agoBut we might need to add more features in the future so it might not just be a list in a few years. Better encapsulate it in a few layers of abstractions just to be safe.
Real enterprise programmers know that everything should be on the stack… so they declare a
List《void*》
in main.But we might need to add more features in the future so it might not just be a list in a few years. Better encapsulate it in a few layers of abstractions just to be safe.
Removed by mod