4

Not sure if it's a rant but...

Less than a year as a professional software engineer and I'm at a small shop, like less than 10 of us.

I'm getting an overwhelming urge to break down these large methods we use into smaller more reasoned out methods we can just call.

Is this me being a n00b and trying to do things "right" or am I just trying to follow some best practices that have been overlooked?

Comments
  • 0
    The reason I started to look at it was because I was adding in the same functionality x4 basically. It already works and is fine.

    I didn't want to bloat the class any further though, by essentially having the same code in the class what would have been 5 times lol.
Add Comment