Deutsch English Français Italiano |
<vaqucc$5ioe$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Python (was Re: I did not inhale) Date: Thu, 29 Aug 2024 22:57:17 -0000 (UTC) Organization: A noiseless patient Spider Lines: 31 Message-ID: <vaqucc$5ioe$1@dont-email.me> References: <uu54la$3su5b$6@dont-email.me> <v9m4gd$14scu$1@dont-email.me> <20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me> <v9t204$2dofg$1@dont-email.me> <va28pi$3dldm$1@dont-email.me> <va2ro9$3gd7v$1@dont-email.me> <va2vt0$3h3gj$1@dont-email.me> <va44rh$3p1l6$1@dont-email.me> <va45eq$3pkt9$1@dont-email.me> <va4aut$3q4g0$1@dont-email.me> <va4fbr$3qvij$1@dont-email.me> <va5108$3tmmd$1@dont-email.me> <va51ok$3tqr9$1@dont-email.me> <va5ec2$3vluh$1@dont-email.me> <va6q4g$c1a7$1@dont-email.me> <va6rpa$c6bg$1@dont-email.me> <va6se9$cb8e$1@dont-email.me> <20240826083330.00004760@gmail.com> <vaises$2k7o6$2@dont-email.me> <20240826155113.000005ba@gmail.com> <wwvo75eicla.fsf@LkoBDZeT.terraraq.uk> <vak9k9$2ujrs$1@dont-email.me> <valgpu$34s18$1@dont-email.me> <vannkg$3ig72$1@dont-email.me> <vanrd8$3j0vv$1@dont-email.me> <vantnp$3j94i$1@dont-email.me> <vapp91$3v4l8$3@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 30 Aug 2024 00:57:17 +0200 (CEST) Injection-Info: dont-email.me; posting-host="83a2afc57074dde6adbb50829710fb29"; logging-data="183054"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19y3QfEedSD+Yjk/CxqhOiE" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:fgzi1JkE1FSMEx2IqQCMeGs5kUE= Bytes: 2796 On Thu, 29 Aug 2024 14:24:01 +0200, David Brown wrote: > def foo(a, b, c) : > if a : > if b : > if c : > doThis() > > That looks unfinished to me. So I will add a "return" at the end (with > a single tab indent, in this case). A redundant “return” ... kind of like my redundant “#end” comments, except yours work in a more restricted set of places ... > Don't you ever just accept that a language is the way it is, and it is > perfectly useable that way? Of course not. > Or think that perhaps other people in the world know better than you do > about how they want their language to work? And vice versa. > Has it never occurred to you that the people behind a given > language - such as Python - considered various alternatives and decided > that making it the way they did was the best choice overall for the > language they wanted? Barring a few obvious stupidities, yes of course they were, and are, smart people.