Software Development
There are 92 posts filed in Software Development (this is page 6 of 10).
Thoughts from a user
After listening to Dave Winer’s voicemailcast today, I decided to create my own in response. I used Little Outliner to create a set of show notes (link), the podcast is shown below. Let me know what you think…anyone, anyone at all….
Link to Internet Archive version of show notes
Paying for the development of software
- People write software, put it out on the web, people use it or they don’t.
- If a lot of people start using it, and start asking for features/fixes, how do those get done? How do the developers get reimbursed for their time and effort?
- What if a business uses open source software at no direct cost? How can they depend on that software being supported and available?
Businesses that develop physical products that contain custom software pay for that software as part of the development cost of the product. This may be the best example of funding for software development.
To me, the idea of a subscription fee makes the most sense. The user paying a fee gets a specified level of support, for example, or early access to new versions. The developer gets a steadier stream of income than one-time payments (like for smartphone apps). There are other problems to address that I am not going to solve in this post, but people who develop applications should consider these topics before starting (they should “count the costs”).
Node.js resources and other things
Codeburst.io – How to build a Node Weather App with 16 Lines of Code (Part 1)
Codeburst.io – Build a Weather Website in 30 minutes with Node, Express, and Open Weather
Codeburst.io – Three courses for learning Node.io
Codeburst.io – Learn Javascript by building a game
Codeburst.io – AI in the browser
Infinite Red Academy – AI Demystified – free 5 day course
The economics of open source development
Is good code boring?
- Make your code readable
- Keep your code predictable
- Your code is your documentation
If we take these as attributes of “boring code”, are these also attributes of “good code”? Let’s take a look.
Code readability (the ability to understand a source code function) is a good one. For most of my career, I have been working with existing code bases, and ability to understand what has been done before is very important. Working in the avionics industry, requirements and traceability go a long way towards helping understanding legacy software. If this is not available, avoiding the use of difficult-to-understand coding techniques can enhance readability.
In Juraj’s post, code predictability covers naming conventions for parameters/functions/files. For the projects I have worked on, coding standards help to define these conventions. Juraj mentioned a Python standard, there are many available.
Finally, code as documentation is a good goal. If there is no other project documentation, the source code should contain all the information necessary for another developer/engineer to pick up the code and add new features.
After this review, I would say these “boring” elements are also included in code that would be considered “good”. Is this everything needed? No (it is necessary, but not sufficent), but this is a good start.
How can we work together on the open web and on software development
- how the original developer doesn’t/shouldn’t have to do everything – others can contribute (to me, a key concept in open source)
- how interested/engaged users can be an important force in the direction in which a software application or tool goes forward
Dave Winer has written about this many times:
- The magic of working together
- Key concept of the open web: working together
-
Working together means this: If someone else has a good-enough way to do something, rather than reinvent what they do, incorporate what they do into what you do.
-
- Working together (SOTN 2018)
- Working together in 2019
I have tried to follow that second point in several ways:
- My blog uses WordPress, I did not develop my own blogging tool
- I use River5 as my RSS reader engine
- I use RiverBrowser to display my own rivers of news
- I document and evangelize how to create your own rivers of news
- I document how to use tools like River4 and 1999.io
- I help others set up these tools
I am getting ready to start working in the computer music area again after a long absence, and I am reviewing available tools to see if they fit the areas I am interested in. In that way, I am trying to practice the concepts of working together as I have outlined above.
Anyone want to work together with me? Let me know!
Is Agile “over”?
This was no longer a methodology. It had become a religion, and like most religions it really didn’t make that much sense to the outsider – or even to the participants, when it got right down to it.
If anyone using Agile concepts has gotten to the state mentioned above, I agree that “it’s over!”. We are using Scrum at my workplace, and we have done some streamlining of the overall practice to meet our needs. So far, I would say it is working well for us. However, if I ever see the “hockey stick” mentioned at the beginning of this article, or any “religious practices”, I’ll be raising my hand to say “WAIT A MINUTE!”….