▲ | fzeindl 5 days ago | ||||||||||||||||
Some developers love to implement Rube-Goldberg-machines as tooling. Whenever they need to make two or three manual steps or configurations, they rather develop an abstraction layer where you just have to press one button to perform them. Until that button needs to be accompanied by another manual action. Then they will again develop an abstraction which encapsulates the press of the button along with the augmenting action and is triggered by the pressing of a superior button. Example: Docker->Kubernetes->Helm or any other tooling that uses YAML to write YAML. | |||||||||||||||||
▲ | esafak 4 days ago | parent | next [-] | ||||||||||||||||
Increased abstraction is why we don't all program in assembly any more. | |||||||||||||||||
| |||||||||||||||||
▲ | ckbkr10 5 days ago | parent | prev [-] | ||||||||||||||||
The assumption that many decade old tools might adopt a year old protocol just to improve handling with agents. That's optimism |