|
|
|
|
|
by maxxxxx
3786 days ago
|
|
I see the same with new guys. When they need to calculate the intersection area between a few rectangles they spend hours looking on GitHub instead of writing 50 lines of code. And they have no idea how even a simple linked list implementation could look like. There seems to be something in the training that tells them it's not cool to implement things themselves, instead only libraries are OK. |
|
Ask them to fix a bug in a procedure using call/cc, and in the best case they will rewrite without call/cc 3 times as long.