1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

roadmap: vweb

This commit is contained in:
Alexander Medvednikov 2023-03-22 13:02:20 +03:00 committed by GitHub
parent 278e747c7a
commit 828b8097d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@
- [ ] -skip-unused on by default - [ ] -skip-unused on by default
- [ ] `any` type - [ ] `any` type
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`) - [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
- [ ] better documentation platform - [ ] A better documentation platform
- [ ] Improve vweb: allow separation of logic via "controllers", lots of other fixes
## [Version 1.0] ## [Version 1.0]