Vulwsztyn

joined 2 years ago
[–] Vulwsztyn@programming.dev 6 points 1 day ago

coming from a language with consistent pronunciation I pronounce it "aur" like other comments said, like "aurum" or like in Portuguese - how it is written)

[–] Vulwsztyn@programming.dev 0 points 1 day ago

That's not a good idea

[–] Vulwsztyn@programming.dev 1 points 6 days ago

lower resource usage for users

[–] Vulwsztyn@programming.dev 3 points 1 week ago* (last edited 1 week ago)

I know it's not the point of this comment, but I'll check harlequin out

[–] Vulwsztyn@programming.dev 1 points 2 weeks ago* (last edited 2 weeks ago)

Stop using ~~floats and cents for money~~ medium ffs

[–] Vulwsztyn@programming.dev 1 points 2 weeks ago

"stop using medium"

[–] Vulwsztyn@programming.dev 1 points 1 month ago* (last edited 1 month ago)

it's as easy as the code you're maintaining is.

it has fewer guardrails than most languages, that would prevent you from writing shit code

[–] Vulwsztyn@programming.dev 1 points 1 month ago

syntax is bad for list operations, also there are situations where you need to count the number of parentheses you closed, which wouldn't happen of you were able to use fluent interfaces

[–] Vulwsztyn@programming.dev 1 points 1 month ago

"don't maintain a social media presence" covers not having any social medium account

[–] Vulwsztyn@programming.dev 1 points 1 month ago

I mean mainly list manipulation, with explicit filter, map, reduce mathods.

I've also never had a problem with not knowing if I closed enough parentheses in Ruby.

[–] Vulwsztyn@programming.dev 2 points 1 month ago (2 children)

it has more sane syntax than python and is great for e. g. webscrapping

 

Hi, I recently realised one can use immutable default arguments to avoid a chain of:

def append_to(element, to=None):
    if to is None:
        to = []

at the beginning of each function with default argument for set, list, or dict.

view more: next ›