Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date and Number Fields Should Be Text Fields #127

Closed

Conversation

seandenigris
Copy link
Contributor

The failure to treat them uniformly:

  1. Created a lot of unneeded duplication as much of the code was simply delegating.
  2. Made working with the specialized variants difficult. For example, DNU #identifier when used in an expression like: response onReturn setValueTo: aDate mmddyyyy thenTriggerChangeOf: self myDateField

The failure to treat them uniformly:
1. Created a lot of unneeded duplication as much of the code was simply delegating.
2. Made working with the specialized variants difficult. For example, DNU `#identifier` when used in an expression like: `response onReturn setValueTo: aDate mmddyyyy thenTriggerChangeOf: self myDateField`
@coveralls
Copy link

coveralls commented Sep 1, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling e853ebd on seandenigris:clean-date-and-number-fields into edd4b85 on ba-st:master.

@gcotelli
Copy link
Member

gcotelli commented Sep 9, 2018

@seandenigris take a look at #129 , I've changed a bit the code because in this branch you can for example instantiate a DateField with the multiline methods and that make no sense... So let me know if this covers your use case or we need to changes something elese.

@gcotelli gcotelli closed this Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants