Hi guys, and girls. I have a quick one… Does anyone of you use any kind of code snippet manager software. I’m thinking of implementing that philosophy into our team. A lot of code parts has been rewritten from scratch so I would like to speed some thing up. I only have one condition for code snipper management software. I need it to save passwords in a “open” manner, like plain text or XML files or even to database. Basically I would like to make a intranet solution latter based on those code snippets. Any ideas? Please, share some thoughts.
View Comments
Latest Tweets
@ajzele I know the feeling, do you have a background in Java development too? - posted on 02/09/2010 16:32:38
@ajzele such development bundles should be free, but even if it is free I prefer to install & configure dev environment by myslelf. - posted on 02/09/2010 14:06:57
@ajzele awesome, hopefully we'll be ready to launch in a few weeks. - posted on 31/08/2010 10:46:09
@ajzele hahaha very cool, thanks for the compliment. :) - posted on 31/08/2010 10:43:08
@ajzele I did the initial Magento development for that site, it was a really fun project. - posted on 31/08/2010 10:40:19
My Inchoo.net stuff
- Extending the Magento API
- From PHP/JavaScript to Android, the simple stuff – Yes/No Confirmation Dialog
- Parsing the XMLRPC webservice response in Android
- From PHP to Android, the simple stuff – AsyncTask and the AJAX analogy
- Magento 1.4.1.0 – Mini review and a “Thank you for the PayPal cleanup”
- From PHP to Android, the simple stuff – Intents and the POST-GET analogy
- Consuming the Magento’s XMLRPC web service through Android
- From PHP to Android, the simple foreach loop example
- From PHP to Android, the simple stuff – What about arrays
- Sick of Magento XML layouts?
Popular Posts
- Magento Bestseller module (Extensions) Posted on Apr 12, 2009
- Magento – Custom email contact form with notification system Posted on Aug 19, 2009
- WordPress and Magento integration – One way to go Posted on Feb 25, 2009
- Getting things in Magento by getModel and getData methods Posted on Oct 5, 2008
- Moving Magento site from development to live server Posted on Aug 7, 2008
Random posts
- Zend_Auth database based identity persistence Posted on Mar 10, 2009
- Consuming REST service in Mono with C# Posted on Jan 10, 2009
- New stuff cooming up… Posted on Oct 30, 2008
- Sending emails via Zend_Mail using Google email account Posted on Jul 21, 2009
- Invoice printing to PDF taking to long in Magento? Posted on Sep 26, 2009
A few months ago I try with some Adobe Aire application. I think that it calls Snippet. My problem was the portability.
For that reason I’m using a mix of options, but the most acceptable is some big email account or some code repository online.
Hi Damian,
Thank you for your input. i just tried Snippet. Looks somewhat cheap with options. As yours, mine concerns are also portability related. Planning to make a switch to Linux on my laptop so…
For what I saw in todays short period of google-ing around is that this is quite neglected area, code snippets.
What’s wrong with creating a library of re-usable classes that encapsulate commonly repeated functionality. In this way your “snippets” can build on-top of and re-use each other. To organize you group them into discrete cohesive packages of classes.