DEV Community

Discussion on: Clean Architecture with Inversify in Node.js with TypeScript: A Code-Driven Guide

Collapse
 
chema profile image
José María CL

Nice article!

Little feedback: when you write code snnipets you can specify the language to add some syntax colors

for example:

´´´js
 /// a piece of code
´´´
Enter fullscreen mode Exit fullscreen mode

p. d. I'm using ´ instead of ` to be able to write the character inside a code snnipet

Collapse
 
vishnucprasad profile image
Vishnu C Prasad

Thank you for the feedback! I appreciate your suggestion about adding syntax highlighting to code snippets. I'll definitely keep that in mind to enhance the readability of code examples in the future.