René's URL Explorer Experiment


Title: suggestion to small improvement of PEP 634 -- Structural Pattern Matching · Issue #1898 · python/peps · GitHub

Open Graph Title: suggestion to small improvement of PEP 634 -- Structural Pattern Matching · Issue #1898 · python/peps

X Title: suggestion to small improvement of PEP 634 -- Structural Pattern Matching · Issue #1898 · python/peps

Description: Firstly, congratulation on PEP 634, I just want to suggest an enhancement for the "match" statement. When the matching against cases of pattern, there are some situations when there is no match. Using a cluster of "else" make it more rea...

Open Graph Description: Firstly, congratulation on PEP 634, I just want to suggest an enhancement for the "match" statement. When the matching against cases of pattern, there are some situations when there is no match. Us...

X Description: Firstly, congratulation on PEP 634, I just want to suggest an enhancement for the "match" statement. When the matching against cases of pattern, there are some situations when there is no...

Opengraph URL: https://github.com/python/peps/issues/1898

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"suggestion to small improvement of PEP 634 -- Structural Pattern Matching","articleBody":"Firstly, congratulation on PEP 634, I just want to suggest an enhancement for the \"match\" statement. \r\n\r\n- When the matching against cases of pattern, there are some situations when there is no match.\r\n-  Using a cluster of  \"else\" make it more readable compared with using a wildcard case. \r\n-  It's likewise in cases of the \"if\", \"for\", \"try\" statements, when conditions are not matching or when elements in a collection are not found, having the cluster of \"else\" in the above-mentioned statements make the code syntaxial readable to express what the Python program should.\r\n\r\nFor example , taken from PEP 636 , instead of :\r\n\r\n```python\r\nmatch command.split():\r\n    case [\"go\", direction] if direction in current_room.exits:\r\n        current_room = current_room.neighbor(direction)\r\n    case [\"go\", _]:\r\n        print(\"Sorry, you can't go that way\")\r\n```\r\nthe programmer have express a possible situation as :\r\n\r\n```python\r\nmatch command.split():\r\n    case [\"go\", direction] if direction in current_room.exits:\r\n        current_room = current_room.neighbor(direction)\r\n    case [\"go\", _]:\r\n        print(\"Sorry, you can't go that way\")\r\n    else : \r\n        print( f\"Sorry, I don't understand what you mean by {command}.\")\r\n```\r\n\r\nI hope you got my point.\r\n\r\n\r\n","author":{"url":"https://github.com/alhabshi3k","@type":"Person","name":"alhabshi3k"},"datePublished":"2021-03-29T07:24:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/1898/peps/issues/1898"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a9960ca1-6b04-b546-c93a-a387d29eb126
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEBA8:6EBB8:2739C5:35C15F:6A616183
html-safe-nonceed74391c3fdbd66e93eb4fcdfc163d9eab71a0ca8da8b347190d30a412920caa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQkE4OjZFQkI4OjI3MzlDNTozNUMxNUY6NkE2MTYxODMiLCJ2aXNpdG9yX2lkIjoiNDkxNDA3MzU0OTE2OTMyMDMyMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb20fab7395cb636f68bf577d924e2deaba16165d7e64bc5955a9d1cdfb862956
hovercard-subject-tagissue:843061819
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/peps/1898/issue_layout
twitter:imagehttps://opengraph.githubassets.com/46836327faf5831d8911619ccdb0064cab0019c13bd1a10bf00acc9bc88117db/python/peps/issues/1898
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/46836327faf5831d8911619ccdb0064cab0019c13bd1a10bf00acc9bc88117db/python/peps/issues/1898
og:image:altFirstly, congratulation on PEP 634, I just want to suggest an enhancement for the "match" statement. When the matching against cases of pattern, there are some situations when there is no match. Us...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealhabshi3k
hostnamegithub.com
expected-hostnamegithub.com
Nonec258d2b06b498220e3b94af28b26bbbf58f4203a6373725f779afcc867afd263
turbo-cache-controlno-preview
go-importgithub.com/python/peps git https://github.com/python/peps.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id13414105
octolytics-dimension-repository_nwopython/peps
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id13414105
octolytics-dimension-repository_network_root_nwopython/peps
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5f67bc431418961e0814f1eb30a4231250e4726d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/peps/issues/1898#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpeps%2Fissues%2F1898
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpeps%2Fissues%2F1898
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fpeps
Reloadhttps://github.com/python/peps/issues/1898
Reloadhttps://github.com/python/peps/issues/1898
Reloadhttps://github.com/python/peps/issues/1898
Please reload this pagehttps://github.com/python/peps/issues/1898
python https://github.com/python
pepshttps://github.com/python/peps
Please reload this pagehttps://github.com/python/peps/issues/1898
Notifications https://github.com/login?return_to=%2Fpython%2Fpeps
Fork 1.8k https://github.com/login?return_to=%2Fpython%2Fpeps
Star 5k https://github.com/login?return_to=%2Fpython%2Fpeps
Code https://github.com/python/peps
Issues 20 https://github.com/python/peps/issues
Pull requests 42 https://github.com/python/peps/pulls
Actions https://github.com/python/peps/actions
Security and quality 0 https://github.com/python/peps/security
Insights https://github.com/python/peps/pulse
Code https://github.com/python/peps
Issues https://github.com/python/peps/issues
Pull requests https://github.com/python/peps/pulls
Actions https://github.com/python/peps/actions
Security and quality https://github.com/python/peps/security
Insights https://github.com/python/peps/pulse
suggestion to small improvement of PEP 634 -- Structural Pattern Matchinghttps://github.com/python/peps/issues/1898#top
https://github.com/alhabshi3k
alhabshi3khttps://github.com/alhabshi3k
on Mar 29, 2021https://github.com/python/peps/issues/1898#issue-843061819
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.