-
Notifications
You must be signed in to change notification settings - Fork 0
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
OOP #1
Comments
I agree with you whole heartedly but to run the program as a cli it needs
to be in an OOP format. Trust me I dont like over complicating anything as
much as the next guy. I believe in simplicity in design but unfortunately
as it it has to be this way.
…On Mon, Nov 9, 2020, 12:11 AM NoahSchiro ***@***.***> wrote:
I often hear programmers talk about how people use object oriented
programming in cases where it is totally unnecessary. Isn't this program
simple enough that we could just format this as a function? Not super
familiar with python, so I am not sure if there is some optimization to be
had by making this structured around the Reader class
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWUVJOUVIB5YZNI6O5FRQDSO52YFANCNFSM4TO3CKSQ>
.
|
When I expand the program to have a gui I think we can destructure it into
a simple function.
…On Mon, Nov 9, 2020, 9:15 AM Harrison Nadal ***@***.***> wrote:
I agree with you whole heartedly but to run the program as a cli it needs
to be in an OOP format. Trust me I dont like over complicating anything as
much as the next guy. I believe in simplicity in design but unfortunately
as it it has to be this way.
On Mon, Nov 9, 2020, 12:11 AM NoahSchiro ***@***.***> wrote:
> I often hear programmers talk about how people use object oriented
> programming in cases where it is totally unnecessary. Isn't this program
> simple enough that we could just format this as a function? Not super
> familiar with python, so I am not sure if there is some optimization to be
> had by making this structured around the Reader class
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ALWUVJOUVIB5YZNI6O5FRQDSO52YFANCNFSM4TO3CKSQ>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I often hear programmers talk about how people use object oriented programming in cases where it is totally unnecessary. Isn't this program simple enough that we could just format this as a function? Not super familiar with python, so I am not sure if there is some optimization to be had by making this structured around the Reader class
The text was updated successfully, but these errors were encountered: