JaroslavTulach at 16:41, 25 May 2009 - 2009-05-25 16:41:31

←Older revision Revision as of 16:41, 25 May 2009
Line 6: Line 6:
Among others, [[Do_Not_Expose_More_Than_You_Want|this chapter]] introduces a [[Java]] [[APIDesignPatterns|API Design Pattern]] to join two packages into [[APIDesignPatterns:FriendPackages|friend relationship]].
Among others, [[Do_Not_Expose_More_Than_You_Want|this chapter]] introduces a [[Java]] [[APIDesignPatterns|API Design Pattern]] to join two packages into [[APIDesignPatterns:FriendPackages|friend relationship]].
 +
 +
=== [[Privileged API]] ===
 +
 +
One way to do not expose everything to everyone is to designed [[Privileged API|API]] that can be used only by [[Privileged API]] clients.

JaroslavTulach: /* Friend Packages */ - 2008-10-30 11:36:44

Friend Packages

←Older revision Revision as of 11:36, 30 October 2008
Line 5: Line 5:
=== Friend Packages ===
=== Friend Packages ===
-
Among others, this chapter introduces a [[Java]] [[APIDesignPatterns|API Design Pattern]] to join two packages into [[APIDesignPatterns:FriendPackages|friend relationship]].
+
Among others, [[Do_Not_Expose_More_Than_You_Want|this chapter]] introduces a [[Java]] [[APIDesignPatterns|API Design Pattern]] to join two packages into [[APIDesignPatterns:FriendPackages|friend relationship]].

JaroslavTulach: /* Have You Ever Wondered...? */ - 2008-10-29 09:41:36

Have You Ever Wondered...?

←Older revision Revision as of 09:41, 29 October 2008
Line 2: Line 2:
Do you want to know some simple trick that will help you design better APIs? The [[Do Not Expose More Than You Want|chapter 5]] gives you one. It is very elementary, but very powerful. It also shows that the object oriented languages of today are not really optimized for API development and that there are many gotchas one needs to be aware of.
Do you want to know some simple trick that will help you design better APIs? The [[Do Not Expose More Than You Want|chapter 5]] gives you one. It is very elementary, but very powerful. It also shows that the object oriented languages of today are not really optimized for API development and that there are many gotchas one needs to be aware of.
 +
 +
=== Friend Packages ===
 +
 +
Among others, this chapter introduces a [[Java]] [[APIDesignPatterns|API Design Pattern]] to join two packages into [[APIDesignPatterns:FriendPackages|friend relationship]].

JaroslavTulach: /* Have You Ever Wondered...? */ - 2008-08-13 21:02:39

Have You Ever Wondered...?

←Older revision Revision as of 21:02, 13 August 2008
Line 1: Line 1:
== Have You Ever Wondered...? ==
== Have You Ever Wondered...? ==
-
Do you want to know some simple trick that will help you design better APIs? This chapter gives you one. It is very elementary, but very powerful. It also shows that the object oriented languages of today are not really optimized for API development and that there are many gotchas one needs to be aware of.
+
Do you want to know some simple trick that will help you design better APIs? The [[Do Not Expose More Than You Want|chapter 5]] gives you one. It is very elementary, but very powerful. It also shows that the object oriented languages of today are not really optimized for API development and that there are many gotchas one needs to be aware of.

JaroslavTulach at 20:12, 2 August 2008 - 2008-08-02 20:12:40

←Older revision Revision as of 20:12, 2 August 2008
Line 1: Line 1:
-
Repeating basic advices present in every design book.
+
== Have You Ever Wondered...? ==
 +
 
 +
Do you want to know some simple trick that will help you design better APIs? This chapter gives you one. It is very elementary, but very powerful. It also shows that the object oriented languages of today are not really optimized for API development and that there are many gotchas one needs to be aware of.

Apidesign: New page: Repeating basic advices present in every design book. - 2008-06-14 05:48:36

New page: Repeating basic advices present in every design book.

New page

Repeating basic advices present in every design book.