程序员英语口语
文章平均质量分 85
日常的英文技术交流并不是特别难,只需要用简单句组合一些常用的名词。本专栏收录一些跟技术相关的优秀表达供大家学习借鉴。
推荐的学习方法:先听几遍保证能听懂百分之70,再对照原文进行学习,找到自己喜欢的表达后反复造句让自己加深印象,跟着原文读一遍,然后再自己读一遍。
只要你一直跑
热爱分享,追求技术卓越
展开
-
[程序员英语口语][Clean code]Chapter1-11Exceptions you should be aware of
Clean code chapter1 naming 1.11 Exceptions you should be aware of Now 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 · 639 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-4 Casing conventions & programming languages
Clean code chapter1 naming 1.4 Casing conventions & programming languages Now, 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 · 186 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-1 Introduction
Introduction of chapter1 naming原创 2022-01-19 09:27:51 · 173 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-3 How to name things correctly
Clean code chapter1 naming 1.3 How to name things correctly So 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 · 190 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-2 Why good names matter
Clean code chapter1 naming 1.2 Why good names matter When 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 · 403 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-6 Naming variables & properties -Example
Clean code chapter1 naming 1.6 Naming variables & properties -Example So 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 · 132 阅读 · 0 评论 -
[程序员英语口语][Clean code]Chapter1-5 Naming variables & properties -Theory
Clean code chapter1 naming 1.5 Naming variables & properties -Theory So 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 · 295 阅读 · 0 评论 -
[程序员口语][K8s]The Illustrated Children‘s Guide to Kubernetes
给孩子解释的K8s原创 2022-01-24 19:44:12 · 5299 阅读 · 0 评论