diff --git a/src/code-examples/Bareme.md b/src/code-examples/Bareme.md index 551d747..312a2c5 100644 --- a/src/code-examples/Bareme.md +++ b/src/code-examples/Bareme.md @@ -15,4 +15,3 @@ dirigeant . indépendant . cotisations facultatives . plafond retraite compléme - plafond sécurité sociale - 10% ``` -d diff --git a/src/slides/Context.astro b/src/slides/Context.astro index f95de21..f539dd5 100644 --- a/src/slides/Context.astro +++ b/src/slides/Context.astro @@ -11,7 +11,7 @@ import gregoireImg from '../images/grégoire.jpg';

Context

-

The team

+

A small team

@@ -39,7 +39,7 @@ import gregoireImg from '../images/grégoire.jpg';

The problem

    -
  • French legislation is complex
  • +
  • French legislation is complex and built by exceptions
  • Wide variety of users and situations
  • Explicability (not an AI)
diff --git a/src/slides/TheDownsides.astro b/src/slides/TheDownsides.astro index 31d367d..adab2b7 100644 --- a/src/slides/TheDownsides.astro +++ b/src/slides/TheDownsides.astro @@ -4,7 +4,7 @@
  • You can't express what the language can't express
  • Simplicity to read vs maintainability
  • -
  • No encapsulation: Implementation is the API
  • +
  • No encapsulation: Implementation is the documentation
  • Difficult to debug
-
\ No newline at end of file +