http://qs1969.pair.com?node_id=11151340


in reply to Did ChatGPT do a good job?

I read as far as line 8 and at that point it had failed my code review :-)

for (my $i = 0; $i < $num_processes; $i++) {

A C-style for loop I can forgive but doing all that with a control variable which then isn't even used inside the loop is not going to cut it.


🦛