A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-November/018486.html below:

[Python-Dev] switch-based programming in Python

[Python-Dev] switch-based programming in Python [Python-Dev] switch-based programming in PythonSkip Montanaro skip@pobox.com (Skip Montanaro)
Fri, 09 Nov 2001 09:50:55 +0100
    Greg> "Martin v. Loewis" <martin@v.loewis.de>:
    >> switch x:
    >>   if 'foo':
    >>     ...
    >>   elif 'bar':
    >>     ...

    Greg> I don't like that, because the 'if' has a different meaning from
    Greg> usual because of being inside a construct that is perhaps some
    Greg> distance away visually.

How about:

    switch x:
      if 'foo':
        ...
      if 'bar':
        ...
      if 'baz':
        ...
      else:
        ...

instead?

Skip



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4