Re: Creating 1 file w/ the contents of 7 other files mixed randomly.



game4itguy@xxxxxxxxx wrote:
Why? Constructive criticism involves explanations, not dictats.
Not on Usenet, it doesn't. There are accepted best practices. Declaring
variables in the smallest possible scope is one of them. It's enough
to point them out, no need to explain them all over each time.

No-one can dictate you. It's up to you to understand and decide if
you want to follow.

At present I don't feel inclined to follow this practice, purely
because I still don't fully understand the difference it would make
(experience may change my mind of course as there is invariably a
reason things are done the way they are).

Hmmm. Surely it would be more rational to adopt the accepted way of doing things until your understanding and experience are sufficient for you to make an informed choice to do so or not.

DS
.



Relevant Pages

  • Re: Creating 1 file w/ the contents of 7 other files mixed randomly.
    ... Not on Usenet, it doesn't. ... There are accepted best practices. ... Declaring ... variables in the smallest possible scope is one of them. ...
    (comp.lang.perl.misc)
  • Re: Is VB Caca??
    ... It warns you because you are declaring a variable in the scope that hides a variable with the same name with a larger scope. ... Mike Ober. ... Dim s As String ...
    (microsoft.public.dotnet.languages.vb)
  • Untold(...) variable scope in ASP.NET
    ... We all know that declaring a variable as 'Public' gives it global ... scope over the application, nothing new... ... I usually dont like to create session variable because i found them ... scope goes beyong the user session, actually you are better off using ...
    (microsoft.public.dotnet.languages.vb)
  • Re: working example File::Taill
    ... A> Couldnt this be a disadvantage in big projects, where declaring ... A> criables at the top of the appropriate scope allows ppl to find *all* ... reason not to do this. ... but the strong consensus is that it is poor style. ...
    (comp.lang.perl.misc)
  • Re: Suggestion: Python global scope
    ... declaring a variable using the global statement automatically ... variable from the global scope into the current scope. ...
    (comp.lang.python)

Loading