mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
updated todo
This commit is contained in:
7
TODO.txt
7
TODO.txt
@@ -1,9 +1,5 @@
|
|||||||
# @TODO
|
# @TODO
|
||||||
|
|
||||||
## Performance improvements
|
|
||||||
- context: pass template variables in an array
|
|
||||||
- why do we do 300k assign() calls? (answer: foreach?)
|
|
||||||
|
|
||||||
## Review direct variable property access
|
## Review direct variable property access
|
||||||
- review ->value{$index} in ForTag
|
- review ->value{$index} in ForTag
|
||||||
|
|
||||||
@@ -27,8 +23,7 @@
|
|||||||
- compiled templates could be proper classes, possibly using [nette/php-generator](https://packagist.org/packages/nette/php-generator)
|
- compiled templates could be proper classes, possibly using [nette/php-generator](https://packagist.org/packages/nette/php-generator)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
- beautify and review docs, possibly using [
|
- beautify and review docs, possibly using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/publishing-your-site/)
|
||||||
Material for MkDocs ](https://squidfunk.github.io/mkdocs-material/publishing-your-site/)
|
|
||||||
|
|
||||||
## Unrelated / other
|
## Unrelated / other
|
||||||
- review (and avoid) use of 'clone' keyword
|
- review (and avoid) use of 'clone' keyword
|
||||||
|
Reference in New Issue
Block a user