-
Notifications
You must be signed in to change notification settings - Fork 12
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
Intention to deprecate: Dev() method will no longer be supported #134
Labels
Milestone
Comments
atruskie
added a commit
that referenced
this issue
Oct 31, 2017
Dev methods for cli commands are problematic and are scheduled for deprecation. This is the first step in removing these methods. See #134
atruskie
changed the title
Intention to deprecate: Dev() method will no longer supported
Intention to deprecate: Dev() method will no longer be supported
Nov 23, 2017
towsey
added a commit
that referenced
this issue
Nov 28, 2017
Partly addresses #134 . Refactor the sandpit.cs class to accomodate depracated Dev methods.
atruskie
added a commit
that referenced
this issue
Nov 29, 2017
Dev methods for cli commands are problematic and are scheduled for deprecation. This is the first step in removing these methods. See #134
atruskie
pushed a commit
that referenced
this issue
Dec 18, 2017
Partly addresses #134 . Refactor the sandpit.cs class to accomodate depracated Dev methods.
atruskie
pushed a commit
that referenced
this issue
Dec 18, 2017
More work debugging gap rendering for missing recordings Also deleted Dev method - addresses #134
atruskie
pushed a commit
that referenced
this issue
Jan 30, 2018
atruskie
pushed a commit
that referenced
this issue
Jan 30, 2018
All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command line interface (CLI) was designed to support supplying arguments through code during development.
This is bad practice because:
Alternatives
-d
switch on the command lineMigration
We're going to sunset this feature very slowly. During this time sunsetting will involve various stages:
[Obsolete]
attributes will be attached toDev
methodsNotSupportedException
s will slowly replaceDev()
callsDev
methods and files will be deletedThe text was updated successfully, but these errors were encountered: