Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "#programmig"
-
A girl I know is a Economics major with a minor in CS. Today she told me and a friend how hard their Java course is. I asked her about the topics that get covered in that course and when I asked her about JavaFX.
"No we will not cover JavaFX, only Java an GUI programmig in it. "
Today I learned that JavaFX is not a part of Java :D2 -
Just starting with scala. And while I dig the more functional programming approach I am having the hardest of times dealing with naming higher-ordered functions, in my case a function returning another function.
Started out as `foo`, went through quite a lot of changes, and now it has become the beast: `createReplacePriceByPassengerConfigurationMapperFunction`. It won't stay that way but: GOSH! Naming. It's hard! Or I might as well suck at functional programmig. It's not like that these two things are necessarily mutually exclusive.