Skip to content

Commit db1a270

Browse files
committed
adding new api creation link
1 parent d27c845 commit db1a270

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

api-creation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ <h2>API creation resources</h2>
118118
<a href="https://www.youtube.com/watch?v=5WXYw4J4QOU">source material YouTube video</a>
119119
where this blog post derives its recommendations from.</p>
120120
</li>
121+
<li>
122+
<p>"<a href="http://www.bizcoder.com/self-descriptive-isn-t-don-t-assume-anything">Self-descriptive, isn't. Don't assume anything.</a>"
123+
is an appeal that metadata makes a difference in whether APIs are descriptive
124+
or not.</p>
125+
</li>
121126
</ul>
122127
<h2>API creation learning checklist</h2>
123128
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-26T07:53:03Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-27T09:07:27Z</updated></feed>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ equivalent of browser testing in the web application world.
8585
[source material YouTube video](https://www.youtube.com/watch?v=5WXYw4J4QOU)
8686
where this blog post derives its recommendations from.
8787

88+
* "[Self-descriptive, isn't. Don't assume anything.](http://www.bizcoder.com/self-descriptive-isn-t-don-t-assume-anything)"
89+
is an appeal that metadata makes a difference in whether APIs are descriptive
90+
or not.
91+
8892

8993
## API creation learning checklist
9094
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)