Skip to content

Commit a04feb6

Browse files
committed
more undrafts
1 parent a17bb67 commit a04feb6

File tree

4 files changed

+0
-386
lines changed

4 files changed

+0
-386
lines changed

posts/derivations.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Include derivations
33
date: 2020-07-19 19:40
44
description: "Please include code comments for other developers, provided they add more information than the code itself."
55
categories: [software]
6-
draft: true
76
---
87

98
> Include derivations! It’s perfectly fine to use clever techniques and definitions, such as `rleDecode = (uncurry replicate =<<)` for decoding run-length encoded lists of tuples, but in the comments, include the original giant definition which you progressively refined into a short diamond! Even better, add a test (like a QuickCheck property) where you demonstrate that the output from the two are the same. If you are optimizing, somewhere hold onto the slow ones which you know are correct. Derivations are brilliant documentation of your intent, they provide numerous alternate implementations which might work if the current one breaks, and they give the future Haskellers a view of how you were thinking.

posts/pdlog.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Seamless logging for pandas operations."
44
date: 2020-05-29
55
image: images/pdlog.png
66
categories: [software]
7-
draft: true
87
---
98

109
Most data problems [don't need the horsepower of Spark or Hadoop](https://vickiboykis.com/2017/03/20/should-you-replace-hadoop-with-your-laptop/).

posts/tools-wishlist.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Tools wishlist
33
description: "Base requirements I want from my tools."
44
date: 2020-08-10 15:10
55
categories: [musing]
6-
draft: true
76
---
87

98
I care a lot about the tools I use. You can see this by looking at how much

0 commit comments

Comments
 (0)