Skip to content

Commit

Permalink
『読み手につたわる文章 - テクニカルライティング』を読んだ を書いた
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Jun 5, 2024
1 parent afa940f commit f3534d4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ compress-to-webp:

.PHONY: lint
lint:
npx textlint --fix ./content/posts/**/*.md
npx textlint ./content/posts/**/*.md

.PHONY: lint-fix
lint-fix:
npx textlint --fix ./content/posts/**/*.md
4 changes: 2 additions & 2 deletions content/posts/ichiban-yasashii-agile-no-kyouhon/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "『いちばんやさしいアジャイル開発の教本』 を読んだ"
tags: ["読書メモ", "アジャイル"]
keywords: ["読書メモ", "アジャイル"]
tags: ["読書ログ", "アジャイル"]
keywords: ["読書ログ", "アジャイル"]

cover: "https://blog.kyu08.com/cover.png"
description: ""
Expand Down
50 changes: 50 additions & 0 deletions content/posts/technical-writing-book/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "『読み手につたわる文章 - テクニカルライティング』を読んだ"
tags: ["読書ログ"]
keywords: ["読書ログ"]

cover: "https://blog.kyu08.com/cover.png"
description: ""
date: 2024-06-03T00:21:05+09:00
author: "kyu08"
authorTwitter: "kyu08_"
draft: false
showFullContent: false
readingTime: true
hideComments: false
color: ""
---

技術書典で購入した『読み手につたわる文章 - テクニカルライティング』を読んだので学びになったトピックについて書く。

## 「知らない」と書けない(P14)

> こんなふうに、自転車という対象物に対する知識があれば、パーツの位置をすべて暗記していなくても自ずと正しい自転車の絵が描けるようになります。 **必要なものは絵心やセンスではなく知識なのです。** 逆に言えば、対象物を知らないと上手な絵は描けません。
>
> そして自分が対象物を思っていたより「知らない」ということに、我々は気付いていないことが多いのです。上手な絵は、対象物のことを知らないと描けません。それと同じように、分かりやすい実用文は、文章力のあるなし以前に **対象物をよく知らないと書けない** のです。
>
> (中略)
>
> まずは自分が **対象物を知っているつもりでも意外と知らない** こと、そして **知らないものについて分かりやすい文章は書けない** ことを最初に知っておいてください。
文字にすると当たり前のことのように感じるが、ブログを書いているとよく実感する。

<!-- TODO: 日本語おかしいのであとで整理する -->
技術的な内容であれば、当然対象を理解していないと書けないし、自分の考えでさえもいざ言語化しようと思うとなかなか筆が進まないことが多い。なのでそういうときはひたすら自分が何を言いたいのかをまず整理して理解しようとしてみている。

Check failure on line 33 in content/posts/technical-writing-book/index.md

View workflow job for this annotation

GitHub Actions / textlint

[textlint] content/posts/technical-writing-book/index.md#L33 <eslint.rules.ja-technical-writing/ja-no-weak-phrase>

弱い表現: "思う" が使われています。 (ja-technical-writing/ja-no-weak-phrase)
Raw output
/home/runner/work/blog/blog/content/posts/technical-writing-book/index.md:33:49: error: 弱い表現: "思う" が使われています。 (ja-technical-writing/ja-no-weak-phrase) (eslint.rules.ja-technical-writing/ja-no-weak-phrase)

Check failure on line 33 in content/posts/technical-writing-book/index.md

View workflow job for this annotation

GitHub Actions / textlint

[textlint] content/posts/technical-writing-book/index.md#L33 <eslint.rules.ja-technical-writing/no-doubled-joshi>

一文に二回以上利用されている助詞 "が" がみつかりました。 次の助詞が連続しているため、文を読みにくくしています。 - "が" - "が" 同じ助詞を連続して利用しない、文の中で順番を入れ替える、文を分割するなどを検討してください。 (ja-technical-writing/no-doubled-joshi)
Raw output
/home/runner/work/blog/blog/content/posts/technical-writing-book/index.md:33:64: error: 一文に二回以上利用されている助詞 "が" がみつかりました。

次の助詞が連続しているため、文を読みにくくしています。

- "が"
- "が"

同じ助詞を連続して利用しない、文の中で順番を入れ替える、文を分割するなどを検討してください。
 (ja-technical-writing/no-doubled-joshi) (eslint.rules.ja-technical-writing/no-doubled-joshi)

## いつまでに何をしてほしいのか書こう(P25)

## 文書構造や文章量が適切だと分かりやすい(P26)
- 大枠から始めてだんだん細かくしていこう(P26)
- 既知から未知に繋ごう(P28)
- 一度に把握できることは7つまで(P29)

## 再利用しやすい文章にする
並列はナカグロ(・)で書かない(P34)
リンクテキストを「こちら」にしない(P35)


## まとめ
具体的な知見が理由とセットで書いてあってとても勉強になった

Check failure on line 48 in content/posts/technical-writing-book/index.md

View workflow job for this annotation

GitHub Actions / textlint

[textlint] content/posts/technical-writing-book/index.md#L48 <eslint.rules.ja-technical-writing/ja-no-mixed-period>

文末が"。"で終わっていません。 (ja-technical-writing/ja-no-mixed-period)
Raw output
/home/runner/work/blog/blog/content/posts/technical-writing-book/index.md:48:29: error: 文末が"。"で終わっていません。 (ja-technical-writing/ja-no-mixed-period) (eslint.rules.ja-technical-writing/ja-no-mixed-period)

チームで仕事をする上で認知負荷を下げる工夫の重要性を日々感じるのでこれからも意識的に情報収集していきたい。

0 comments on commit f3534d4

Please sign in to comment.