Главная
Study mode:
on
1
Intro
2
Thesis
3
Why Google created Golang?
4
Google - observations
5
Golang - assumptions
6
Ward's definition of Clean Code
7
Golang does not compete on features
8
Small specification
9
A bit primitive but very concise
10
Dead simple syntax
11
Dependencies
12
No inheritance
13
No overloading
14
No exceptions
15
Build-in auto formatter
16
Documentation
17
Summary
Description:
Explore the principles of clean code in Go through this conference talk from code::dive 2018. Delve into the unique aspects of Go's design philosophy and how it aligns with clean coding practices. Discover why Go's seemingly simple syntax and error handling contribute to code cleanliness. Learn how Go's language specifications and design decisions challenge traditional notions of clean code. Gain insights into why writing clean code in Go is straightforward, potentially making it one of the cleanest programming languages. Understand the rationale behind Go's creation by Google and its core assumptions. Compare Go's approach to established clean code principles, such as Ward's definition. Examine Go's intentional limitations, including its small specification, lack of inheritance, absence of overloading, and exception-free design. Appreciate the benefits of Go's built-in auto formatter and comprehensive documentation. Whether you're a Go novice, an experienced developer, or simply curious about clean coding practices, gain valuable perspectives on writing efficient and maintainable code in Go. Read more

Clean Code in Go

code::dive conference
Add to list