ocen-lang / ocen

Statically typed programming language
https://ocen-lang.github.io/autodoc/
79 stars 7 forks source link

Remove . prefix from relative pathnames #2

Closed Maroloccio closed 9 months ago

mustafaquraish commented 9 months ago

On a second thought, I kind of like the ./ to explicitly specify the file(s) are in the current folder

Maroloccio commented 9 months ago

On a second thought, I kind of like the ./ to explicitly specify the file(s) are in the current folder

I wonder where the files could be otherwise, though, if not in the current folder.

mustafaquraish commented 9 months ago

Doesn't hurt to be explicit though, does it? 😄

Maroloccio commented 6 months ago

Doesn't hurt to be explicit though, does it? 😄

In Python, would you specify None in dict.get("key", None) in the same spirit? It's the default, but being explicit "doesn't hurt".