|
|
|
|
|
by founderling
2583 days ago
|
|
I have the feeling that most developers these days suffer from too much tooling in every area. And would be 2 to 10 times more productive without it. Most friends that I watch doing their deployment would be way more productive by simply using rsync for file changes and raw database queries when the DB needs a change. |
|
The raw DB queries will invariably exist on someone's hard drive/in their head and be lost forever when they leave the team.
The rsync for file changes will result in developers stopping to ask each other "did this get rolled out yet?" multiple times a day.