|
|
|
|
|
by znpy
720 days ago
|
|
> I could make a spreadsheet in under an hour, but if it'll make me feel like I'm hacking together something buggy in an inadequate tool, I'd rather spend more time making a web app or a Python script. Congrats you missed the point entirely and provided me with a perfect example case: Have you ever spent a considerable amount of time learning Excel, the very same way you did for python? It’s very likely that excel is perfectly adequate and not buggy at all, you’re just and ignorant (in Excel) and can’t go further than “hacking a spreadsheet together”. So, have you spent time properly learning other tools or are you one of those everything-expect-what-i-like-sucks ? |
|
To get back to my point, working with spreadsheets feels bad (from my experience) because I have to juggle all the things mentioned above. In my favourite programming environments, mistakes of this sort are generally directly evident in the form of errors.
If I had more spreadsheet experience, I would get better at avoiding these mistakes. But I choose to use Python, where they are handled by design.