Skip to content

Focus on good ol' OOP and specifically Tell-Don't-Ask? #9

@knewter

Description

@knewter

The biggest thing I'd want to avoid with this (though there are a ton of benefits) is view-side - reaaaaally don't want the views to look like:

- if field.is_a?(SelectField)
  = f.select field.name, blah
- elsif DAMMIT I WANT TO DIE
- else PLEASE?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions