DEV Community

Discussion on: Tell me an unpopular software opinion

Collapse
 
singh1114 profile image
Ranvir Singh

Using

from whatever import that( Atleast Python)

is better than

import that from whatever.

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

What about:

use whatever::{that, and_this};

Bonus pts for guessing the language.

Collapse
 
geoxion profile image
Dion Dokter • Edited

Rust!
And maybe typescript too...

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

Arguably the most interesting module system out of any language, Rust, I don't have any prizes, but this gives me an idea for a post "guess the language".

♥️ Typescript as well, ♥️♥️ for Wasm bindgen TS and Rust it's so beautiful!

Thread Thread
 
geoxion profile image
Dion Dokter

Yeah, I love Rust! The module system just works. I've never had issues like the include hell with C and C++

Collapse
 
singh1114 profile image
Ranvir Singh

Anything which can help the IDE/ text editor to autocomplete.

Thread Thread
 
adam_cyclones profile image
Adam Crockett 🌀

That would be a language server and the AST.

Collapse
 
koresar profile image
Vasyl Boroviak

That's a popular opinion. 😀