Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for Best Practice

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»
13 Jun by admin in All, Beginner, Best Practice, Concept, OOP, Syntax

How to create an object dynamically from a persistent storage and save it back (Application Configuration File)

How to create an object dynamically from a persistent storage and save it back (Application Configuration File)
If you have tried to load or persist Objects in traditional languages, you know how difficult it can be because of impedance mismatch between the Object and Flat/Relational Models. XML is bridging the Gap but XML is not human readable and there are a lot of boiler or framework code ...more»