• Cosmic Cleric@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 months ago

    I don’t (brain processes the photons bouncing off the object and colliding with the cones and rods in the retina) a problem with this.

    (See what I did there?)

    (I think I met my dad joke quota for the month.)

  • tobogganablaze@lemmus.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 months ago

    I mean, this is overdoing it a bit and the “thisVarMakesItSoThat” part is redundant, but other than that those are very descriptive property- and method names, which is not a bad thing.

  • Anna@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    Aah… Like reading a novel. But with a lot of weird punctuation… Or maybe just like a novel then.

  • vacuumoftalent@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    Looks ugly until you need to implement something and realize you’ve been blessed with a description of business logic.

  • danhab99@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    You forgot to declare custom primitive types. You cannot create a bool you gotta declare a DoubleYouDoubleYouDoubleYouDotLemmyGradDotML_Bool

  • toastal@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    I’m already annoyed by the end of public static final string that the variable name doesn’t even bother me in these sorts of langauages. All things should be public, static, & final, by default so they aren’t necessary to write. You should only have to write what unsafeties you are opting into.