-
Notifications
You must be signed in to change notification settings - Fork 26
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
Beginners updates from brno #38
Conversation
tomjelinek
commented
Feb 25, 2024
- fix typos and similar mistakes
- add missing comas in sentences
- add a placeholder 'lesson' used in Brno course
- do not recommend VScode - there has been a discussion and a decision about this in Brno, but nobody did the actual job of modifying the text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Změny v čárkách ve větách a jiné překlepy vpadají velmi dobře, díky. Jednou věcí si nejsem jistý.
lessons/beginners/cmdline/index.md
Outdated
Vypiš si teď obsah aktuálního adresáře pomocí `ls` nebo `dir`. | ||
Jeden z vypsaných adresářů bude `zkouska`. | ||
|
||
Když je adresář vytvořený, můžeš do něj přejít, podobně jako jsi před chvílí |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nejsem si jistý čárkou před podobně jako. Zkoušel jsem si o tom něco přečíst, ale nejsem z toho moc moudřejší. Srovnáváme tady, nebo slučujeme? Podle mě tady srovnáváme, a čárka tam být tedy nemá. Ale ruku do ohně za to nedám.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taky jsem si nebyl moc jistý. Vrátím to zpátky na verzi bez čárky.
lessons/beginners/functions/index.md
Outdated
@@ -289,10 +289,10 @@ Pozor na to, že když nenapíšeš závorky, funkce se nezavolá! | |||
Výraz `len(s)` je *volání funkce*, ale `len` bez závorek označuje | |||
*funkci samotnou*. | |||
|
|||
Výsledek `len(s)` je číslo; `len` je funkce. | |||
Výsledek `len(s)` je číslo; výsledek `len` je funkce. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tahle změna mi přijde méně srozumitelná než originál.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co tohle: Výsledek výrazu len(s)
je číslo; výsledek výrazu len
je funkce len
.
Šlo mi o to, aby tam nebylo jen 'len je funkce'. To je napsáno hned nad tím.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...výsledek výrazu len je samotná funkce len.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followup změny jsou OK, na review obsahových změn ale nemám kapacitu.
1d2b154
to
d851d83
Compare
Ty dvě změny začlením (#41); zbytek bude lepší mít ve větvi pro Brno. |