logoalt Hacker News

lijokyesterday at 7:04 PM1 replyview on HN

How do you with classic code?


Replies

hallway_monitoryesterday at 7:46 PM

Exactly.... -> Unit tests. Integration tests. UI tests. This is how code should be verified no matter the author. Just today I told my team we should not be reading every line of LLM code. Understand the pattern. Read the interesting / complex parts. Read the tests.

show 1 reply