instant code (general programming idea)
instant code (general programming idea)
- Subject: instant code (general programming idea)
- From: Stefan Pantke <email@hidden>
- Date: Mon, 30 Jun 2003 05:17:42 +0200
I'm thinking some time about an idea, that I named
instant code.
The idea is simple. Each library, that I know, supports more or less
good
abstractions of datatypes and GUI concepts.
But often, people use some sort of standard code fragments the same
way. OK, abstracting this code to some class is fine. But not any part
of code is suitable.
Instant code would be a library with a web-interface or a simple
application,
which can be queried for code-fragments. You can query the library
using some
keys and get references of instant code fragments.
These fragments might be static fragments or fragments, which might be
instantiated using some parameters, for example the name of a
concrete NSArray object.
How about this idea? The idea might be good or bad. But in this mailing
list, several people ask for code fragments.
Comments are welcome!
Stefan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.