feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
12
src/posts/2018/move-slow-break-nothing.md
Normal file
12
src/posts/2018/move-slow-break-nothing.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
date: 2018-01-31
|
||||
draft: false
|
||||
title: Move slow and break nothing
|
||||
tags: ['development']
|
||||
---
|
||||
|
||||
**[Danny Crichton, TechCrunch:](https://techcrunch.com/2018/01/27/move-slow-and-break-nothing/)**
|
||||
|
||||
> For everyone, but particularly software engineers: let's get back to basics. It's better to have more reliable but less features than more features that are breaking every other day. Let's move slow and break nothing.
|
||||
|
||||
Reliability and stability are features. Focus on them.<!-- excerpt -->
|
Reference in a new issue