
程序员英语口语
文章平均质量分 85
日常的英文技术交流并不是特别难,只需要用简单句组合一些常用的名词。本专栏收录一些跟技术相关的优秀表达供大家学习借鉴。
推荐的学习方法:先听几遍保证能听懂百分之70,再对照原文进行学习,找到自己喜欢的表达后反复造句让自己加深印象,跟着原文读一遍,然后再自己读一遍。
只要你一直跑
热爱分享,追求技术卓越
展开
-
[程序员英语口语][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-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-1 Introduction
Introduction of chapter1 naming原创 2022-01-19 09:27:51 · 200 阅读 · 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-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 评论 -
[程序员英语口语][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 评论 -
[程序员口语][K8s]The Illustrated Children‘s Guide to Kubernetes
给孩子解释的K8s原创 2022-01-24 19:44:12 · 5326 阅读 · 0 评论