Of course. Kod is already built up of modules in some aspect. There
are three major components developed alongside Kod:
- CSS.framework
- ChromiumTabs.framework
- deps/hunch-cocoa
Further, many parts of the source code is pretty easy to rip right out
and use by itself. For instance, look at the Nodejs implementation
where you can basically copy a bunch of files, include them in another
Cocoa app and have it running.
We will not focus on creating modules at this time since we are not
really sure exactly where Kod is heading (when it comes to the details
-- we have a pretty clear big picture). In my experience you only end
up in a sinkhole if you try to do things "perfect" from the beginning,
thus many iterations is your friend.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Kod.app" group. To unsubscribe from this group, send email to
> kod-app+u...@googlegroups.com (More info at http://groups.google.com/group/kod-app)
>
--
Rasmus Andersson
In my experience you only end
up in a sinkhole if you try to do things "perfect" from the beginning,
thus many iterations is your friend.