DEV Community

Discussion on: Which programming language features do you love and why?

Collapse
 
sebbdk profile image
Sebastian Vargr

Not sure i have a favorite feature, i am more a structure/architecture lover.

But if i had to pick, then i would go back to the basics and say functions.
Simply because i cannot imagine writing software without them.

Everything else can go, but i don't wanna goto'.

Collapse
 
dwayne profile image
Dwayne Crooks

I've found that certain features can lead you to structure your app differently. The two go together in my experience.

... functions.

Definitely. Abstraction is central to problem solving and programming. And functions are the key ingredient.