Add the infinitive "to" particle.

master
Paul Sokolovsky 2017-08-13 23:27:48 +03:00
rodzic 8e1df58f76
commit eed3969ea1
1 zmienionych plików z 1 dodań i 1 usunięć

@ -48,4 +48,4 @@ As an example of application of previous ideas, (semi-serious) "Django criteria"
* If you write your own code, and there's another way to achieve it with other existing features, please just do it this other way.
* If you port existing code, you'll likely find out that a lot of features missing, so adding all of them will be a lot of work, and will bloat MicroPython, and adding just one or few won't make a big difference. (So, just keep *porting*, by patching existing code to use facilities MicroPython already provides.)
* However, if you tried to run a big, well-known package, like Django, and found that only few features are missing to run it out of the box, without any patching, then we definitely would like to add them to be able claim that MicroPython can run Django ;-).
* However, if you tried to run a big, well-known package, like Django, and found that only few features are missing to run it out of the box, without any patching, then we definitely would like to add them to be able to claim that MicroPython can run Django ;-).