Best Online Code Editor : NO BS

Assclown

Regular Member
Joined
Apr 20, 2018
Messages
430
Reaction score
323
I used to use Replit for minor code runs. Especially when learning things like array manipulation, etc.

But of late, their dashboard has become cluttered with ABSOLUTE JUNK. I no longer know where i am.

Is there a NO BS code editor (Online) that I can use for minor code runs?
 
yeah replit got super bloated lately, hate the new UI too. if you just need quick js runs check out jsbin or playcode.io. for other languages onlinegdb is ugly as hell but it gets the job done without making you sign up or look at a million dashboard widgets.
 
Replit is good for making website mockups. That is what its quit good for. I actually find it better than figma, but thats because we use Replit for design purposes
 
For quick, minor code runs, I’d suggest JSFiddle or CodePen if you’re working with JavaScript. They’re much simpler and you can get straight to writing and running code without dealing with a huge dashboard.

If you need something that supports multiple languages, OneCompiler is also worth checking out.
 
Back
Top