Open
Description
As answered here, it is a good idea to replace built-in types with keywords, when those exist (e. g. System.String
-> string
). It is a very pritimitive change, so here's my question: can I do it in one PR?
As answered here, it is a good idea to replace built-in types with keywords, when those exist (e. g. System.String
-> string
). It is a very pritimitive change, so here's my question: can I do it in one PR?