DEV Community

Discussion on: What are your guiding principles in software development?

Collapse
 
sergio profile image
deleteme deleteme

Boring and simple! If your solution is overly architected and just a way for you to masturbate your ego, I'll tell you and we'll refactor to keep things simple.

Example: You have a crazy redux middleware razor form wrapped in a data wrapping component attached to actions and thunks and sagas and fuck!

Nah, we're just going to create a nice form with CSS and onSubmit={this._handleSubmit} handle the data POSTing to.

I code to make onboarding new engineers easy, that's my #1 goal when programming anything from websites to backend services.