Confirmed users
920
edits
LesOrchard (talk | contribs) (→Goals) |
LesOrchard (talk | contribs) (→Goals) |
||
Line 11: | Line 11: | ||
** composable queries | ** composable queries | ||
* As close to brainless escaping as possible for data in views | * As close to brainless escaping as possible for data in views | ||
** But be mindful of performance - the current escaping does too much | |||
* Unit tests that don't run out of memory and can be monitored. Expanded test data. | * Unit tests that don't run out of memory and can be monitored. Expanded test data. | ||
** ...and that aren't a hassle to write and don't kill you inside. To me, that means powerful introspection and mocking so I can look at the running code at any point in the response cycle. | ** ...and that aren't a hassle to write and don't kill you inside. To me, that means powerful introspection and mocking so I can look at the running code at any point in the response cycle. |