Structure in Javascript CLI programs
Hello everyone. I've been programming in Python since I started this path, and touched languages like Java and Kotlin. I am wondering about how do Javascript developers structure programs outside the web, like a CLI that interacts with the web (Scraping, Requests...)
Is OOP a common pattern used on this kinds of projects? A similar way to how Python programs are developed? I've seen more Javascript with sprinks of functional programming and files for stuff rather than creating classes to organise the code
u/Historical_Title_226 — 11 days ago