Skip to content

Commit 7139b52

Browse files
author
Romain Lafourcade
committed
Experimenting with formatting
1 parent ea0e4a8 commit 7139b52

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# clean-code-javascript
22

3-
## Table of Contents
3+
## Table des matières
44
1. [Introduction](#introduction)
55
2. [Variables](#variables)
6-
3. [Functions](#functions)
7-
4. [Objects and Data Structures](#objects-and-data-structures)
6+
3. [Fonctions](#fonctions)
7+
4. [Objets et structures de données](#objects-et-structures-de-donnees)
88
5. [Classes](#classes)
99
6. [SOLID](#solid)
1010
7. [Testing](#testing)
1111
8. [Concurrency](#concurrency)
12-
9. [Error Handling](#error-handling)
13-
10. [Formatting](#formatting)
14-
11. [Comments](#comments)
15-
12. [Translation](#translation)
12+
9. [Gestion d’erreur](#gestion-d-erreur)
13+
10. [Formattage](#formattage)
14+
11. [Commentaires](#commentaires)
15+
12. [Traduction](#traduction)
1616

1717
## Introduction
1818
![Humorous image of software quality estimation as a count of how many expletives
@@ -927,7 +927,7 @@ inventoryTracker('apples', req, 'www.inventory-awesome.io');
927927
```
928928
**[⬆ back to top](#table-of-contents)**
929929

930-
## **Objects and Data Structures**
930+
## **Objets et structures de données**
931931
### Use getters and setters
932932
Using getters and setters to access data on objects could be better than simply
933933
looking for a property on an object. "Why?" you might ask. Well, here's an

0 commit comments

Comments
 (0)