codestyle共9篇
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
Format on save with IntelliJ Idea using macro and code style-拾光赋

Format on save with IntelliJ Idea using macro and code style

Format on save with IntelliJ Idea using macro and code style,Una de las características útiles de IntelliJ IDEA es su capacidad para formatear automáticamente el código al guar...
kity的头像-拾光赋kity2年前
03814
The Nuance of Code Style: Emphasizing Return Value Significance in Python-拾光赋

The Nuance of Code Style: Emphasizing Return Value Significance in Python

The Nuance of Code Style: Emphasizing Return Value Significance in Python,In the world of programming, code style plays a crucial role in making code readable, maintainable, and un...
kity的头像-拾光赋kity2年前
04313
Discussão sobre o Advent of Code 2022 - Dia 10: Divisão de responsabilidades em geradores-拾光赋

Discussão sobre o Advent of Code 2022 – Dia 10: Divisão de responsabilidades em geradores

Discussão sobre o Advent of Code 2022 - Dia 10: Divisão de responsabilidades em geradores, Advent of Code (9 Part Series) 1 Discussão sobre o Advent of Code 2022 - Dia 1: Proces...
kity的头像-拾光赋kity2年前
03814
Funções in place ou cópia de valor-拾光赋

Funções in place ou cópia de valor

Funções in place ou cópia de valor,Eventualmente observo dificuldades de algumas pessoas em usar corretamente alguma função, seja porque a função deveria ser executada isola...
kity的头像-拾光赋kity4年前
0236
Complexidade do algoritmo em relação à memória-拾光赋

Complexidade do algoritmo em relação à memória

Complexidade do algoritmo em relação à memória,Recentemente o ProfBrunoLopes fez uma live com a morgiovanelli falando sobre a complexidade dos algoritmos, onde era discutido, d...
kity的头像-拾光赋kity4年前
02714
Encapsulamento da lógica do algoritmo-拾光赋

Encapsulamento da lógica do algoritmo

Encapsulamento da lógica do algoritmo,Muitas listas de exercícios de lógica de programação pedem em algum momento que um valor seja lido do teclado, e caso esse valor seja inv...
kity的头像-拾光赋kity4年前
04314
Thoughts about naming variables and methods-拾光赋

Thoughts about naming variables and methods

Thoughts about naming variables and methods,The proper naming of variables, functions, methods, and classes is one of the most important attributes of elegant and clean code, that ...
kity的头像-拾光赋kity5年前
0329
Which Java code style should you use?-拾光赋

Which Java code style should you use?

Which Java code style should you use?,Soo….you are thinking about adding or changing a Java style guide for your team? Do you stick with the tried-and-true Sun guide? Or is it too...
kity的头像-拾光赋kity6年前
03113