forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.json
More file actions
34 lines (34 loc) · 938 Bytes
/
links.json
File metadata and controls
34 lines (34 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"url": "https://docs.oracle.com/javase/tutorial/java/concepts/interface.html",
"description": "interfaces"
},
{
"url": "https://en.wikipedia.org/wiki/Loose_coupling",
"description": "wiki-loose-coupling"
},
{
"url": "https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html",
"description": "input-stream"
},
{
"url": "https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html",
"description": "comparable"
},
{
"url": "https://en.wikipedia.org/wiki/Test_double",
"description": "wiki-test-double"
},
{
"url": "https://stackoverflow.com/a/9226437/96167",
"description": "so-mocking-interfaces"
},
{
"url": "https://en.wikipedia.org/wiki/Namespace",
"description": "wiki-namespaces"
},
{
"url": "https://www.cs.utexas.edu/~mitra/csSummer2013/cs312/lectures/interfaces.html",
"description": "interface-polymorphism"
}
]