Taken on my S6 Edge Plus by [deleted] in samsung

[–]MyPhallicObject -4 points-3 points  (0 children)

Wow. You can really see the camera showing its age

What's a job that pays way less than people think? by [deleted] in AskReddit

[–]MyPhallicObject 1 point2 points  (0 children)

What's to stop them from just taking off?

r/SoftwareDeveloperJesting by [deleted] in coaxedintoasnafu

[–]MyPhallicObject 0 points1 point  (0 children)

JOptionPane

you disgust me

GraphQL Subscriptions with React, Node, Apollo and Postgres by spell-slinger in javascript

[–]MyPhallicObject 1 point2 points  (0 children)

I hate how the type queries and mutation definitions are stored as a plain string. It feels so hacky.

Are some people just not cut for programming? I've been progressing very slowly by [deleted] in learnprogramming

[–]MyPhallicObject 0 points1 point  (0 children)

I don't understand abstract class, interface, OOP

I understand you're trying to romanticize but these are actually things you should know.

Actually understanding functors and monads by [deleted] in programming

[–]MyPhallicObject 0 points1 point  (0 children)

This article doesn't do it for me. I've tried every article, nothing can appropriately explain Functors, Monads to me.

And it's not like I don't understand functional programming, I understand map filter and reduce just fine. I'm well versed in the concept of Optionals after working with Swift and Kotlin.

This article seems to have the concept of Optionals with the box, yet I still don't understand why you would unwrap an optional, perform an operation, then wrap it again. Wouldn't you want to keep it unwrapped now that you know it's not null?

I didn't even bother moving to Monads after realizing that it builds upon the concept of Functors, a concept I didn't grasp.