DEV Community

Discussion on: My 2 Cents On Go

Collapse
 
bgadrian profile image
Adrian B.G.

Imperative programming (just a personal opinion)

All languages are imperative now days, I think you wanted to say Procedural Programming?

I personally love procedural programming, I think Go is the perfect mix between a FP and OOP style. You have a bit of everything to solve problems "good enough" in small/medium projects.

Collapse
 
idoshamun profile image
Ido Shamun

PP is a type of imperative programming. I love FP which is obviously a type of declarative programming.
The code looks much more elegant and clean, sometimes it can be harder to read though.

Collapse
 
eljayadobe profile image
Eljay-Adobe

"...Go is the perfect mix between a FP and OOP style."

You're killin' me, Smalls!

Collapse
 
bgadrian profile image
Adrian B.G.

I have no idea what you said, but I will put the accent on "I", as in "for me" :))

I can apply patterns from both world, but of course, does not excel at either of them.