Google RLint: Reformatting R Code to Follow the Google St Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 19
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
Google Confidential and Proprietary
RLint implementation uses Python
Use Python string functions and regular expressions.
Algorithm:
Stub out comments, strings, user-defined operators.
Ex: Comment may contain code!
Ex: Multi-line string
Check spacing.
Align & indent lines within {}, () and [].
Align lines by opening bracket.
Align lines by ‘=’ if they are in the same bracket.
Align if/while/for (...) not followed by {}.
Unstub comments, strings, user-defined operators.
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19

Comentarios a estos manuales

Sin comentarios