[Python] Why Go is not good

enrico franchi enrico.franchi a gmail.com
Ven 17 Lug 2015 15:13:19 CEST


2015-07-17 14:01 GMT+01:00 Davide Muzzarelli <d.muzzarelli a dav-muz.net>:

> Il motivo è che il primo if controlla anche il tipo mentre gli altri due
> no.
>

In realta' il primo e' anche il piu' broken. Dalla PEP8:


   -

   Don't compare boolean values to True or False using == .

   Yes:   if greeting:
   No:    if greeting == True:
   Worse: if greeting is True:









-- 
.
..: -enrico-
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20150717/8dcf2e80/attachment-0001.html>


Maggiori informazioni sulla lista Python