Google RLint: Reformatting R Code to Follow the Google St Instrukcja Użytkownika Strona 15

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 19
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 14
1 2 ... 10 11 12 13 14 15 16 17 18 19

Komentarze do niniejszej Instrukcji

Brak uwag