Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#suggest Add uniform coding #136

Open
allphfa opened this issue Nov 19, 2018 · 0 comments
Open

#suggest Add uniform coding #136

allphfa opened this issue Nov 19, 2018 · 0 comments

Comments

@allphfa
Copy link

allphfa commented Nov 19, 2018

1. Similar to the python file header encoding, the first line of code

- * - coding:utf-8 - * -

When coding is not uniform, the editor often overwrites the entire code
Result in code rewrite

I think we should unify the encoding. The default encoding of VS is not necessarily utf-8, sometimes gbk, but UTF-8 by default of gcc. When we switch compiler tools, we often encoding in disorder.

2. Another problem is to add the original string like python, r"STR".

3. Add iterator callback function

Sort(@{ (key) => key}, array)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant