Publish and maintain your open source code
Posted: Wed Nov 20, 2013 1:30 am
What makes a programming language great is when it easy to do whatever you want in it.
And what makes it easy to do that is when someone else has already made a library or an example doing that thing for you.
Hence why most people use C++ (and also because the language itself is open source).
But we have a nice community of very intelligent people here and by sharing our code and creating more open source projects we will grow the community and attract newcomers more easily. Hence why using sites like GitHub could be a good idea instead of just using the Tricks 'n' Tips section to share code. Code published on such a site can be maintained by everyone; anyone can submit changes/fixes/updates and thus the code is "kept alive"! This could solve the problem we now currently have with the archived Tricks 'n' Tips which is is a lot of work to update.
From now on most code I post in the Tricks 'n' Tips section will also get it's own folder and be maintained at my GitHub page. It is very easy for me to maintain since I can just synchronize the changes I make locally and others can also submit their own updates. I will urge everyone to do this, especially PBOSL.
On my GitHub page I will link to anyone else who creates PureBasic repositories, effectively creating a webring:
http://en.wikipedia.org/wiki/Webring
And someone please help getting the lexer working
:
https://github.com/github/linguist/pull/641
And what makes it easy to do that is when someone else has already made a library or an example doing that thing for you.
Hence why most people use C++ (and also because the language itself is open source).
But we have a nice community of very intelligent people here and by sharing our code and creating more open source projects we will grow the community and attract newcomers more easily. Hence why using sites like GitHub could be a good idea instead of just using the Tricks 'n' Tips section to share code. Code published on such a site can be maintained by everyone; anyone can submit changes/fixes/updates and thus the code is "kept alive"! This could solve the problem we now currently have with the archived Tricks 'n' Tips which is is a lot of work to update.
From now on most code I post in the Tricks 'n' Tips section will also get it's own folder and be maintained at my GitHub page. It is very easy for me to maintain since I can just synchronize the changes I make locally and others can also submit their own updates. I will urge everyone to do this, especially PBOSL.
On my GitHub page I will link to anyone else who creates PureBasic repositories, effectively creating a webring:
http://en.wikipedia.org/wiki/Webring
And someone please help getting the lexer working
https://github.com/github/linguist/pull/641