Monday, December 13, 2010
Code Brainstorm
Imagine you get a brainstorm to a pressing software problem. You jot it down on a sheet of paper and you have itch to test it. You have a computer but don't have have the proper tools to test it.
If you have access to internet you can use one of many online IDE with multiple language support to test it.
To test and save source code snippets, I use ideone.com, but there are many like codepad.org for e.g.
The advantages are:
If you have access to internet you can use one of many online IDE with multiple language support to test it.
To test and save source code snippets, I use ideone.com, but there are many like codepad.org for e.g.
The advantages are:
- Multiple language support.
- Save your source code snippets.
- Share the source code.
- Download the source code etc.
- Start on one Computer and finish it on other Computer
- You can code from iPad!
Labels: Programming