microsoft/Terminal

Followups from the new C++/WinRT

Aberta

#14.872 aberto em 18 de fev. de 2023

 (1 comentário) (0 reação) (0 responsável)C++ (9.275 forks)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Meta

Métricas do repositório

Stars
 (103.173 estrelas)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

Description

Interesting things we could do after #14869 landed:

### Tasks
- [x] remove all `InitializeComponent` calls - they do it automatically
- [ ] use `std::optional`<->`IReference` automatic binding
- [x] use `std::format` support (!) for json/uri/hostname/http stuff/all `IStringable`s
- [ ] potentially move to `/await:strict` for C++20 coroutines

Guia do colaborador