Skip to content

Meeting agenda 2013 03 21

chkal edited this page Mar 21, 2013 · 1 revision

Agenda for the API review meeting.

API Review

  • Transform API
    • Remove Transform.with(Class<? extends Transformer>)?
      • Transformers currently don't have static factory methods. But they should, right?
      • Transformers should be configurable in a fluent way just like conditions and operations.
    • Is the chaining OK this way: Transform.with( Sass.transformer() ).and( ... )

Other stuff