Details
-
AboutFunctional programming newbie.
-
SkillsAndroid, Kotlin, Java, Clojure, ES 2015
-
LocationKathmandu
Joined devRant on 7/7/2016
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
-
Let me add more reasons:
1) Hit shift 5 times = Search everywhere
2) Shift + A = Search actions
3) Alt + Shift + Space = Intelligent code completion
4) Postfix code completion = Look it up, must have!
5) Alt + Enter = Quick fix + Intents (Tweak em in the settings)
6) Structural Search and Replace
7) Zero latency typing
8) IntelliVim plugin
and more! -
Don't sweat it. :P
Do note that React Native is cross-platform. You can try it out. -
One is an IDE, the other is a framework.
-
Feel your pain. Told them about the issues a couple of times, but it's like they keep forgetting or they think it's nothing serious. I might come off as being arrogant or rude if I present myself more aggressively.
-
So it's bad because you haven't learned them? Good logic!
-
Well, Java doesn't have prototypal inheritance and first-class functions. Take a look at ES6/ES2015, you'll be impressed.
-
It has no official support -> "It's community supported!"
-
@bhargav-mogra I see. Have a happy Diwali! :)
-
Git gud.
-
A programmer not only poses the ability to reason and write proper code but also dedication and keen interest in programming. If people are not interested then it's effort wasted. Not everyone will enjoy programming therefore not everyone should.
-
That's just like "Everyone can buy the new AirPods, they are just $159!".
-
@applejag you can use stuff like recursion, internal iterators, higher-order functions like map, etc. that was a joke btw as a loop is a loop and you're right about what you posted :P
-
what if you were told that loops are wrong?
-
why tutorials? just check some sample projects and look for stuff you want to do based on your use case step by step.
-
why does everyone insist that everything the seniors suggest are "tried and true"!? this is not always the case, and often in IT, it mostly is not.
-
There are some cases where ASI will fail in Javascript.
-
Looks like nested sets with null elements.
-
I think this is the downside. Not being able to determine where to draw the line.
-
how?
-
@codingHorror do you happen to be THE Jeff Attwood?
-
But IntelliJ is also modular and supports numerous platforms @binhex
-
or not.. if you're doing Electron or hybrid stuff.
-
You need a web browser too lol
-
Well, those who actually do functional programming give good compelling reasons but the rest of us have opinions that are "not even wrong".
-
@brettmoan yes probably, the Kotlin team is against anything implicit.
-
Elm
-
@Vikram exactly!
-
class IntegerStringFactory {
public static make(int value) {
new IntegerString(value);
}
private static class IntegerString {
private final int value;
private IntegerString(int value) {
this.value = value;
}
@Override
public String toString() {
return String.valueOf(value);
}
}
}
String s = IntegerStringFactory.make(1).toString(); -
@xroad Not just about power man. If Apple were to be the only maker with only their products around, I won't be able to afford a phone, comment here in devRant or maybe do any development at all.
-
One question, are you beer enough? Definitely, a must for all ontropreneur bc :P