feat: refactor pagination implementation

This commit is contained in:
Cory Dransfeldt 2023-03-26 17:35:46 -07:00
parent ee77555c32
commit da793fd1cc
No known key found for this signature in database
196 changed files with 2498 additions and 36 deletions

View 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 -->