Conrad Vermeulen

Results 24 issues of Conrad Vermeulen

Currently comment can be done like Supporting larger comment blocks would be useful. e.g. ``` ```

The use of RTTI is pretty effective, however it may provide some overhead. Providing an abstraction for the resolution, the developer can use the RTTI by default, or override with...

Parts of the evaluation could be simpler using a command like pattern.

Interfaces are used quite heavily everywhere. It is nice, but a bit unnecessary. Internally, the AST classes could just use normal classes. Key interfaces that are useful to remain are:...

For release mode, have the compiler fail so that the license message doesn't make its way into production accidentally. Fixed based on client request.

when extending a template, we currently have the ability to inject content into a parent template from a child template. Rather than just replacing, we may want to append as...

enhancement

``` content to be cached ``` so if we have something like: ``` ``` this would allow the list of products to be cached. helper methods: - invalidateCache(id) - getCacheTimeS(id)...

commercial support required

The template engine is currently based off a parser and interpreter. This is pretty useful for many purposes especially where dynamic interpretation requirements exist. However, templates can take time to...

enhancement
commercial support required
v2