Skip to content

explicit qualification of variables necessary? #4

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

Open
DavidS opened this issue Jul 15, 2013 · 1 comment
Open

explicit qualification of variables necessary? #4

DavidS opened this issue Jul 15, 2013 · 1 comment
Labels

Comments

@DavidS
Copy link
Contributor

DavidS commented Jul 15, 2013

In the ::install, ::config, etc classes, namespacing is required, but in the main class, it is a) used inconsistently and b) not necessary.

Are there arguments for using qualified vars everywhere?

@alvagante
Copy link
Contributor

I suppose it's better to keep coherency, so either we use always fully qualified vars, also in the main class or we use them in the subclasses and not in the main module.
ANyway, this is an "implementation detail" and I'd concentrate more on parameters naming, for the moment, also becuase I think there could be different stdmod modules design layouts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants