Week 8: Javadoc / Pattern-Based Design Flashcards

1
Q

What does a class-level Javadoc example look like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does a field level Javadoc comment look like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a method level Javadoc comment look like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the syntax for a Javadoc comment?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the tags for Javadoc blocks?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the common Javadoc inline tags?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the @link tag do? Syntax?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the @code tag do? Syntax?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do the @versoin or @author tags do? Syntax?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Where should Javadoc field comments go?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are design patterns?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the three-part rule for design patterns?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Design pattern example

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What encompasses an effective design pattern?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the kinds of design patterns?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an architectural design pattern?

17
Q

What is a Data Pattern?

18
Q

What is a Component Pattern?

19
Q

What is an Interface Design Pattern?

20
Q

What is a Web Application Pattern?

21
Q

What is a Mobile Pattern?

22
Q

What is an Object-Oriented Pattern?

23
Q

What is a Creation Object-Oriented Pattern?

24
Q

What is a structural Object-Oriented Pattern?

25
Q

What is a Behavioural Object-Oriented Pattern?

26
Q

What is an Anti-Pattern?

27
Q

What are some Examples of Anti-Patterns?

28
Q

What is the first step of pattern-based design?

29
Q

What is the second step of pattern-based design?

30
Q

What are the third and fourth steps of pattern-based design?

31
Q

What are the fifth and sixth steps of pattern-based design?

32
Q

What are some common design mistakes with patterns?