agoda-com / agoda-com/standards-c-sharp
Ban usage of this qualifier for private fields
Abierto
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 22
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
If you have to use `this`, it means you've named your private field wrong. `_privateField` instead of `this.privateField`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.