Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for Agility

How to write software specifications documents fast with Makedoc2 (part1)

How to write software specifications documents fast with Makedoc2 (part1)
In all Fortune 500 companies you are required to write software specifications documents. Even when not a process obligation, writing specs is a good practice according to Joelonsoftware. But it's usually time consuming. There are some heavy-weighted $$$$ softwares from IBM, Borland and others which can do so, but they are ...more»

A nice interactive editor to create Javascript Objects Fast (with or without Object Prototype)

A nice interactive editor to create Javascript Objects Fast (with or without Object Prototype)
As David Crockford puts it JavaScript's syntax looks like "C-like syntax, including curly braces and the clunky for statement". So here's a nice interactive editor to alleviate the clunly stuffs by allowing you to create a Javascript Object by just typing: to-js Product or for a more refined version (see at ...more»

A Polymorphic new instance function for Business User / Agile Tester to create sampling datas fast.

A Polymorphic new instance function for Business User / Agile Tester to create sampling datas fast.
In an MVC framework, the Model is the most important entity, View is just kind of Filter on the Model and the Controller just kind of a necessary Evil. So we should be able to build and test the model before even the building phase in the traditional Software Life ...more»