#28858: Remove 'else' after 'return' or 'raise' -------------------------------------+------------------------------------- Reporter: Дилян Палаузов | Owner: nobody Type: | Status: new Cleanup/optimization | Component: Core (Other) | Version: master Severity: Normal | Resolution: Keywords: | Triage Stage: | Unreviewed Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------------+-------------------------------------
Comment (by Дилян Палаузов): python has no switch..case, but "elif", which is not the same. The readability criterion is very subjective one, e.g. the author might not have been aware that the 'else' was useless. As for {{{ if x: return y else: raise z }}} the {{{else}}} does not add for readability. The first snippets of django/contrib/gis/gdal/srs.py or django/contrib/gis/geoip2/base.py I sent, have nothing to do with readability. -- Ticket URL: <https://code.djangoproject.com/ticket/28858#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To post to this group, send email to django-updates@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/072.86ddcea5dcca6b218b606933179266c6%40djangoproject.com. For more options, visit https://groups.google.com/d/optout.