So long as they support and maintain their own code and accept responsibility for it.
If the software does the right thing for the person or organisation then it's time for the pros to come in and rewrite it all pretty and snappy. Discovering of what software should do is like half of the development. I don't mind it being written by the people who are closer to the matter at hand.
What if all workers wrote software, not just the geek elite?
31–34 of 34 posts
Re: What if all workers wrote software, not just the geek elite?
#32Earlier quoted context omitted.
Interesting, thanks for the information. So it seems bootcamps are not really the same type of quality signal that you would get from a degree and GPA. This assuages my fears somewhat. As an aside, I always considered git to be in the category of "Easily Google-able Technologies". In that whatever I am trying to do in git, it is generally very easy to find a resource online that tells me exactly what to do. For this…
You should learn the basics of the git object model. It's really very simple and can help you understand better what some of the commands are actually doing. Lots of git stuff is just stored as plain text file inside the .git folder - the magic 'HEAD' ref is just a textfile that contains the hash of the HEAD commit. http://shafiul.github.io/gitbook/1_the_git_object_model.html
Re: What if all workers wrote software, not just the geek elite?
#33 The interface may look cluttered: the landing
page jams in 150 buttons and a local-news ticker
Apps like this aren't new - huge chunks of the business world have been running on Visual Basic / Delphi / etc monstrosities with the same design sensibility for decades.Re: What if all workers wrote software, not just the geek elite?
#34I think the next big thing in software is going to be that almost every office worker will start writing basic software. Maybe in a python like language. People spend a lot of time and effort to do simple repetitive stuff that anybody can do with a 10 line python script. They don't do it because nobody has told them it's that easy. 30-40 years ago, an average office worker wouldn't use a word processor for typing out…
I'd like for people to get to python levels of coding no matter how light, but baby steps first.