mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
6 lines
376 B
Markdown
6 lines
376 B
Markdown
---
|
|
title: reuse code for efficiency and maintainability
|
|
notetype: feed
|
|
date: 2022-04-12
|
|
---
|
|
In coding, the goal is to [[notes/get things done mentality]] and the shortest path to this is by being efficient. One way to be efficient is to [[notes/dont reinvent the wheel|not reinvent the wheel]] and use [[notes/interoperable components are efficient|interoperable components]] |