Skip to content
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

add: Programmer en Scala 3: Mutabilité et boucles #65

Merged

Conversation

Iltotore
Copy link
Contributor

@Iltotore Iltotore commented May 1, 2023

Quatrième chapitre de la série sur l'apprentissage du Scala 3 portant sur la mutabilité et les boucles. Les points suivants sont abordés:

  • Mutabilité via var
  • Boucle while
  • Boucle for

Pour l'instant, la boucle for est uniquement utilisée pour répéter une action "n fois". J'en reparlerai dans le prochain chapitre qui portera sur les structures de données courantes (List (ou Seq), Set, Map). Je ferai probablement avant ce chapitre un mini projet type "Juste Prix" avec correction pour permettre au lecteur de mettre en pratique ce qu'il a appris dans les chapitres d'avant.

@Iltotore Iltotore added the Nouvel article Proposition de création d'un nouvel article label May 1, 2023
@Iltotore Iltotore requested a review from Elanis May 1, 2023 15:56
@Iltotore Iltotore force-pushed the article/scala-mutabilite-boucles branch from 4f94cd0 to eb56d21 Compare May 8, 2023 07:51
@Iltotore Iltotore requested a review from Equinox4 May 8, 2023 07:51
@Iltotore Iltotore force-pushed the article/scala-mutabilite-boucles branch from eb56d21 to dcd2a41 Compare May 14, 2023 07:34
@Iltotore Iltotore requested review from Elanis and Equinox4 May 14, 2023 07:34
@Iltotore Iltotore force-pushed the article/scala-mutabilite-boucles branch from dcd2a41 to f0dd2ab Compare May 14, 2023 07:35
@Equinox4 Equinox4 merged commit 8452222 into NotANameServer:master May 14, 2023
@Equinox4 Equinox4 linked an issue May 14, 2023 that may be closed by this pull request
Copy link
Member

@Julien00859 Julien00859 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know the indexer is buggy but plz pay attention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nouvel article Proposition de création d'un nouvel article
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suite d'articles sur les bases de Scala 3
4 participants