6 ms·
Another adage is "code should be written for people to read, and only incidentally for machines to execute". This goes directly against code being written by ma
by ghostzilla 2y ago
Another adage is "code should be written for people to read, and only incidentally for machines to execute". This goes directly against code being written by machines.
I still use ChatGPT for small self-contained functions (e.g. intersection of line and triangle) but mark the inside of the function clearly as chat gpt made and what the prompt was.