codereview共35篇
The Art of Code Reviews: How I Learned to Grow Beyond My Ego-拾光赋

The Art of Code Reviews: How I Learned to Grow Beyond My Ego

The Art of Code Reviews: How I Learned to Grow Beyond My Ego,Code reviews can be the most humbling and transformative experiences in a developer's life. When I first joined a team ...
kity的头像-拾光赋kity6个月前
03313
Wednesday Links - Edition 2024-09-18-拾光赋

Wednesday Links – Edition 2024-09-18

Wednesday Links - Edition 2024-09-18, Wednesday Links (233 Part Series) 1 Wednesday Links - Edition 2020-05-27 2 Wednesday Links - Edition 2020-06-03 ... 229 more parts... 3 Wednes...
kity的头像-拾光赋kity7个月前
0418
Python: Interesting Code Patterns-拾光赋

Python: Interesting Code Patterns

Python: Interesting Code Patterns,I work mostly with Python and review code on almost daily basis. In our code base formatting & linting is handled by CI jobs using black &...
kity的头像-拾光赋kity7个月前
03813
Python PDB Code Review Report-拾光赋

Python PDB Code Review Report

Python PDB Code Review Report, Python PDB Code Review Report TIME: 2024/08/07 AUTHOR: QINYUAN MENG EMAIL: njbj1210@sina.com GITHUB: https://github.com/mengqinyuan/ DEV.TO: https:/...
kity的头像-拾光赋kity8个月前
0368
Assignment Expressions (The Walrus Operator) in Python-拾光赋

Assignment Expressions (The Walrus Operator) in Python

Assignment Expressions (The Walrus Operator) in Python, Overview PEP 572, also known as the 'Assignment Expressions' or 'The Walrus Operator,' introduces a new syntax to the Python...
kity的头像-拾光赋kity10个月前
03913
Why we still have tech-debt?-拾光赋

Why we still have tech-debt?

Why we still have tech-debt?,When a developer creates a pull request, the reviewer checks it for business logic. However, what often gets overlooked are: Data structure optimizatio...
kity的头像-拾光赋kity1年前
0255
W1203: logging-fstring-interpolation (Solved)-拾光赋

W1203: logging-fstring-interpolation (Solved)

W1203: logging-fstring-interpolation (Solved),A few days back, I was implementing a feature, and when I was done and happy with my work, I decided to commit the code. We have enabl...
kity的头像-拾光赋kity1年前
04415
Python Type Hints: Code readability perspective-拾光赋

Python Type Hints: Code readability perspective

Python Type Hints: Code readability perspective,This article is a quick introduction to type hints for beginners who’ve started programming in Python. If you’re an experienced pr...
kity的头像-拾光赋kity2年前
0366
Secure your Python Code with Bandit-拾光赋

Secure your Python Code with Bandit

Secure your Python Code with Bandit,Python is a popular programming language for building web applications, scientific computing, data analysis, and more. However, like any other p...
kity的头像-拾光赋kity2年前
03615
DAY 9: Merge k Sorted Lists-拾光赋

DAY 9: Merge k Sorted Lists

DAY 9: Merge k Sorted Lists,Hey! It's day 9 of 10days coding challenge with I4G. Today's task was to write a code that can merge k sorted lists. Thought process: Understanding of p...
kity的头像-拾光赋kity3年前
03314
DAY 7: UTF-8-VALIDATION-拾光赋

DAY 7: UTF-8-VALIDATION

DAY 7: UTF-8-VALIDATION,Hey! It's day 7 of 10 days coding challenge with I4G. Today's task was to write a code that validates a utf-8 code. Thought process: Understanding of proble...
kity的头像-拾光赋kity3年前
0339
DAY 6: FIZZ-BUZZ-MULTITHREADED-拾光赋

DAY 6: FIZZ-BUZZ-MULTITHREADED

DAY 6: FIZZ-BUZZ-MULTITHREADED,Hey! it's day 6 of 10 days of coding challenge with I4G. Today's task was to write a code that executes fizz buzz multitreaded output. Thought proces...
kity的头像-拾光赋kity3年前
04112