Jan de Boer wrote:If you think that all software problems should be solved by that one tool and programming language you know best, ...
I mean this: I once had a colleague who did everything in Delphi what could have be done far more easily in e.g. a shell script. But he knew Delphi, so everything was solved with calling a little Delphi exe. Calling a Delphi console exe to copy some files to a certain location, stuff like that.
This is exactly the one I wanted to write as well
Now I have to thing of another one.
1) ... you've never rewritten your code just because you found out there is a better way of doing it...
2) ... you never fixed bugs on production using vim, while waiting for the official hot-fix to go live...