OnrampLab / next-starter

A starter project for Next.js with TypeScript
next-starter-eight-iota.vercel.app
MIT License
3 stars 1 forks source link

Proposal - Naming Conventions for Redux Consts #82

Open rt-cff opened 4 years ago

rt-cff commented 4 years ago

I propose the following naming conventions for constants that are defined in redux under a module, with a few variations. Feel free to state your preference or suggestions or any other variations.

image (src/modules/{module_name}/redux/consts.ts)

TianyiLi commented 4 years ago

v2 If we use control ( or alt key maybe?) + arrow key, this will skip the whole world quickly. And this is not working on the word which contains underscore char.

rt-cff commented 4 years ago

Is that configurable in VS Code? Cause for me, it's "DOT" that will not skip the whole word.

TianyiLi commented 4 years ago

ok, I'm wrong vscode would make 'DOT' not skippable but underscore. ( I did not find any configurable option with it ... With quickly refactor/ rename, for me, use 'DOT' is much more convenient.