DEV Community

Discussion on: 10 CODING MISTAKES THAT MAKE YOUR CODE SMELL

Collapse
 
woubuc profile image
Wouter

Formatting tip: if you put 3 backticks, it will create a code block for your code snippets.

Like so:

```
your code here
```

You can even set a language for syntax highlighting:

```javascript
your code here
```
Collapse
 
hussein_cheayto profile image
hussein cheayto

The list goes on and on... Thanks for pointing that out