Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
orangle
/
clean-code-python
Public
forked from
zedr/clean-code-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
clean-code-python
README.md
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 25, 2020
Fix instance variable initialization
migonzalvar
authored and
zedr
committed
f5034cb
View commit details
Copy full SHA for f5034cb
View code at this point
Browse repository at this point
Commits on May 24, 2020
Refactor README and introduce MyPy static type analysis
zedr
committed
9796f5c
View commit details
Copy full SHA for 9796f5c
View code at this point
Browse repository at this point
Commits on May 23, 2020
Migrate to Python 3.8 and suggest using TypeDict (#6)
zedr
committed
d08459e
View commit details
Copy full SHA for d08459e
View code at this point
Browse repository at this point
#6 - Point out that passing untyped dicts is very Java-like
zedr
committed
073a08d
View commit details
Copy full SHA for 073a08d
View code at this point
Browse repository at this point
Add Python version and build status badges
zedr
committed
f825319
View commit details
Copy full SHA for f825319
View code at this point
Browse repository at this point
Add Python version and build status badges
zedr
committed
5a6b37f
View commit details
Copy full SHA for 5a6b37f
View code at this point
Browse repository at this point
Implement automated testing of code snippets
Show description for c329c2b
zedr
committed
c329c2b
View commit details
Copy full SHA for c329c2b
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
Correct typo: ist -> it
JnyJny
authored and
zedr
committed
10066a4
View commit details
Copy full SHA for 10066a4
View code at this point
Browse repository at this point
Fix a typo: should use an instance and not the class itself
Show description for 76e2f72
zedr
committed
76e2f72
View commit details
Copy full SHA for 76e2f72
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Update `split_into_first_and_last_name`
Show description for be6b75d
TarmacDenter
authored
be6b75d
View commit details
Copy full SHA for be6b75d
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Add a more elaborate description to the side effects section
zedr
authored
4112718
View commit details
Copy full SHA for 4112718
View code at this point
Browse repository at this point
Remove refactoring debris
zedr
authored
9d712ab
View commit details
Copy full SHA for 9d712ab
View code at this point
Browse repository at this point
Exploit the opportunity for using a dataclass
zedr
authored
e007beb
View commit details
Copy full SHA for e007beb
View code at this point
Browse repository at this point
Move the constant out of the function and make it immutable
zedr
authored
629a21e
View commit details
Copy full SHA for 629a21e
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Added placeholders for remaining sections
Show description for 69682e3
mandarvaze
authored
69682e3
View commit details
Copy full SHA for 69682e3
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Add missing type hints
zedr
committed
e202f6f
View commit details
Copy full SHA for e202f6f
View code at this point
Browse repository at this point
Add an extra case to the 'Avoid Side Effects' section
zedr
committed
374f710
View commit details
Copy full SHA for 374f710
View code at this point
Browse repository at this point
Added `Avoid Side Effects` sub-section.
Show description for e94c4b9
zacharyaanglin
authored and
zedr
committed
e94c4b9
View commit details
Copy full SHA for e94c4b9
View code at this point
Browse repository at this point
Add `Don't use flags as function parameters` subsection.
zacharyaanglin
authored and
zedr
committed
e9d7829
View commit details
Copy full SHA for e9d7829
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
Added dataclass example to MenuConfig
zacharyaanglin
committed
b1d3ef1
View commit details
Copy full SHA for b1d3ef1
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Remove the untranslated parts for now
zedr
committed
24e90a9
View commit details
Copy full SHA for 24e90a9
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Add a section on naming methods
zedr
committed
ffb5fa3
View commit details
Copy full SHA for ffb5fa3
View code at this point
Browse repository at this point
Add a generator example
rigelds
committed
71a235b
View commit details
Copy full SHA for 71a235b
View code at this point
Browse repository at this point
Add a Google-style docstring for the classes
rigelds
committed
85eac5b
View commit details
Copy full SHA for 85eac5b
View code at this point
Browse repository at this point
Support Python 3.7+ only
rigelds
committed
5846bf6
View commit details
Copy full SHA for 5846bf6
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Update README.md
zedr
authored
348f699
View commit details
Copy full SHA for 348f699
View code at this point
Browse repository at this point
Update README.md
zedr
authored
c09fea7
View commit details
Copy full SHA for c09fea7
View code at this point
Browse repository at this point
Update README.md
zedr
authored
bb2ea04
View commit details
Copy full SHA for bb2ea04
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Update README.md
zedr
authored
7352187
View commit details
Copy full SHA for 7352187
View code at this point
Browse repository at this point
Update README.md
zedr
authored
dece5d9
View commit details
Copy full SHA for dece5d9
View code at this point
Browse repository at this point
Merge pull request #26 from peter-gribanov/default_arguments
Show description for 3d5a1b0
Tomáš Votruba
authored
3d5a1b0
View commit details
Copy full SHA for 3d5a1b0
View code at this point
Browse repository at this point
Update README.md
peter-gribanov
authored
aa24deb
View commit details
Copy full SHA for aa24deb
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
forgot ;
peter-gribanov
authored
a71ad82
View commit details
Copy full SHA for a71ad82
View code at this point
Browse repository at this point
correct access to $width and $height
peter-gribanov
authored
32344ea
View commit details
Copy full SHA for 32344ea
View code at this point
Browse repository at this point
Merge pull request #54 from EDDYMENS/master
Show description for 67e68e5
Tomáš Votruba
authored
67e68e5
View commit details
Copy full SHA for 67e68e5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.