It's the first AI coding tool I know that comes with an honest warning message.
(Nerd sniping definition: xkcd.com/356/)
github.com/charmbracele...
#aicoding #golang
It's the first AI coding tool I know that comes with an honest warning message.
(Nerd sniping definition: xkcd.com/356/)
github.com/charmbracele...
#aicoding #golang
IIRC, I received it as a bonus for subscribing to a magazine. The manual claims the game runs for three months on two LR44 (LR1154) button cells if played for 60 minutes every day. You bet I ordered a pack of cells in an instant!
IIRC, I received it as a bonus for subscribing to a magazine. The manual claims the game runs for three months on two LR44 (LR1154) button cells if played for 60 minutes every day. You bet I ordered a pack of cells in an instant!
Er, no.
The question isn't: "ORM or plain SQL?"
The question is: Do you know SQL well enough to use an ORM?
If you don't want to be at the ORM's mercy, learn the fundamentals of relational data and SQL.
Then you can enjoy the freedom of choice.
Er, no.
The question isn't: "ORM or plain SQL?"
The question is: Do you know SQL well enough to use an ORM?
If you don't want to be at the ORM's mercy, learn the fundamentals of relational data and SQL.
Then you can enjoy the freedom of choice.
A complicated system has many moving parts but orderly and structured.
A complex system has many moving parts without any order or structure.
Treat complex systems merely as complicated at your own peril.
A complicated system has many moving parts but orderly and structured.
A complex system has many moving parts without any order or structure.
Treat complex systems merely as complicated at your own peril.
(From "The Art of UNIX Programming.")
Like Go's package philosophy: expose a few top-level functions, maybe one or more types with additional methods.
No pointless abstractions of abstractions. Only clean APIs.
#golang
(From "The Art of UNIX Programming.")
Like Go's package philosophy: expose a few top-level functions, maybe one or more types with additional methods.
No pointless abstractions of abstractions. Only clean APIs.
#golang
New functionality gets slapped onto the language every other day. Complex behavior sneaks in behind the mask of innocent-looking annotations and decorations.
Three years old code looks like written in another language. How bad must the orig
New functionality gets slapped onto the language every other day. Complex behavior sneaks in behind the mask of innocent-looking annotations and decorations.
Three years old code looks like written in another language. How bad must the orig