5 ms·
Go Proverb: A little copying is better than a big dependency.
by swid 9mo ago
Go Proverb:
A little copying is better than a big dependency.
- teaearlgraycold 9mo ago100% agree. This actually makes AI-aided development a big improvement (as long as you’re careful). You can have an LLM write you a little function, or extract the correct one from a big library, and inline it into your module.