-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code as Art in an engineering setting #188
Comments
Would recommend some study of Was the pinnacle of code as art, when he disappeared there was a lot of talk about it Important sidenote: |
Code as Art is hard because Art is generally something that isn't directly useful other than to evoke an idea. Code generally has a specific end goal in mind.
These are the things that make ruby a more fun language for me to work in than Swift still. Could you imagine the swift compiler allowing something as redundant as Programming is a social activity though, and in order to work well with others we have to do things like processes and unit tests, in order to ensure that we meet the teams goals. There's probably no-one relying on a piece of video-art like an iOS developer relies on CocoaPods in order to make a living. |
just a small brain dump |
Cleaning up issues – I don't think I'm ever going to get to this, so I'm going to close. |
I've been thinking about this in the context of the "code is art" school of thought. Like, art can be critiqued but it can't be wrong, but code can definitely be wrong. It can even be objectively bad, which I'm not sure art can.
But the thing is, most developers got into coding because it was fun, but as professionals we mostly only care if our code is correct and effective and stuff. What do we lose when we only focus on those metrics? What do we gain? I'm not sure. Need to think on it some more, maybe get some input from @orta. Definitely is at odds with the "engineer" label we seem to have hoisted on ourselves, a term I'm growing more and more uncomfortable using.
Also, speaking of Mr Rogers, it'd be 💯 to reference this somehow: https://medium.com/inconvenient-and-unreasonable/lessons-from-mr-rogers-23b8548353c8
The text was updated successfully, but these errors were encountered: