
clean code系列
文章平均质量分 84
英语口语clean code系列
只要你一直跑
热爱分享,追求技术卓越
展开
-
[程序员英语口语][Clean code]Chapter1-11Exceptions you should be aware of
Clean codechapter1 naming1.11 Exceptions you should be aware ofNow of course, no good rule comes without exception, So all the rules I walked you through over the last lectures, of course, apply, but there are a couple of exceptions you might wanna be a原创 2022-02-09 23:09:31 · 697 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-1 Introduction
Introduction of chapter1 naming原创 2022-01-19 09:27:51 · 200 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-4 Casing conventions & programming languages
Clean codechapter1 naming1.4 Casing conventions & programming languagesNow, before we dive into the concrete examples and the different variations and so on… we also have to stop at the important topic of casing.In programming, we got four main way原创 2022-01-19 10:12:05 · 202 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-3 How to name things correctly
Clean codechapter1 naming1.3 How to name things correctlySo before we explore any bad or dirty code, Let’s dive right in. How do we name things correctly in our code. Well, let’s differentiate between these three main blocks which I outlined. And Let’s原创 2022-01-19 10:10:59 · 220 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-2 Why good names matter
Clean codechapter1 naming1.2 Why good names matterWhen it comes to naming things, there is one simple overarching rule, and that would be names should be meaningful.This really is all, this is the core idea whenever you name something no matter if that原创 2022-01-18 22:31:48 · 432 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-5 Naming variables & properties -Theory
Clean codechapter1 naming1.5 Naming variables & properties -TheorySo Let’s now dig a bit deeper and let’s start with variables, constants, and properties. How should this be named,?We can differentiate three main kinds of values which are being sto原创 2022-01-20 10:15:40 · 317 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-6 Naming variables & properties -Example
Clean codechapter1 naming1.6 Naming variables & properties -ExampleSo now that we know how to name variables, constants and properties, Let’s see more examples and let’s see different variations of names.For that we will consider what’s being store原创 2022-01-21 20:47:45 · 154 阅读 · 0 评论