Maybe it's not the best tool for certain because it is slow, or lacks certain features you care about βΒ but on pure readability, what is number one in your books?
For further actions, you may consider blocking this person and/or reporting abuse
Maybe it's not the best tool for certain because it is slow, or lacks certain features you care about βΒ but on pure readability, what is number one in your books?
For further actions, you may consider blocking this person and/or reporting abuse
Bas Steins -
Manthan Bhatt -
Ben Halpern -
Ben Halpern -
Once suspended, brunoj will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, brunoj will be able to comment and publish posts again.
Once unpublished, all posts by brunoj will become hidden and only accessible to themselves.
If brunoj is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Bruno.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag brunoj:
Unflagging brunoj will restore default visibility to their posts.
Top comments (8)
I think the trophy goes to SQL π
But honourable mention for Python and maybe even JavaScript too π π
I swear it took me years to be able to read SQL somehow.
I know the feeling I learned it twice and then forgot it because I was not using it at all. Now having to get back up to speed with it again. The
SELECT * FROM
syntax is pretty easy to remember even if you are out of practice.Yeah, I feel like once it clicks, it's really easy to read what's going on most of the time without an abundance of prior context β not the same for a lot of languages.
Python: Simple syntax + white space to ensure limited mess.
Curious to hear what other people think though.
Elixir. Easy to look around and understand whats going on even with low knowledge of the language itself.
python, lua and maybe even ruby.
Python and Java.
Python because it looks like pseudo code and Java because it's very explicit. That way I understand what's happening.