Changes between Initial Version and Version 1 of Ticket #33472, comment 10
- Timestamp:
- 08/27/2015 01:42:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33472, comment 10
initial v1 27 27 }}} 28 28 29 I see overlap with #24672 and the [WordPress-Objects](https://github.com/humanmade/WordPress-Objects) GitHub project. 90% of Timber's code is really just making WordPress object-oriented 29 I see overlap with #24672 and the [WordPress-Objects](https://github.com/humanmade/WordPress-Objects) GitHub project. 90% of Timber's code is really just making WordPress object-oriented. 30 31 Yes, if someone uses JUST the twig templates they are limited. But that said -- let's embrace the fact that many projects require only access to the templates to apply classes and maybe some simple conditionals to make them work. 30 32 31 33 - ''This requires a different environment from the logical one used to setup theme configuration and define plugins. Forces developers to learn multiple syntaxes. (BTW - Theme configuration like theme supports and enqueuing really SHOULD be moved into a declarative language like JSON)''