Course details

Fluent API Design - Write Good, Clean, Readable Code

Have you ever looked at code that you needed to use, and thought that it could just be so much easier, better, and cleaner?  Have you ever wondered how tools like the Java™ DSL in Apache Camel or the streaming API's in Java 8 work under the covers?  If so, this course is for you!

Throughout the course, we'll look at what fluent API's are and how we can design them.  We'll look at the benefits of fluent API's, and we'll see real-world examples in practice.  We'll also work through examples where we implement our own fluent API's.  Our examples will be in Java, but the concepts are equally relevant to other object-oriented languages, like C#.

This course is intended to help you become a better programmer, by teaching you how to write code that is incredibly easy to understand.  After all, as programmers, we spend a significant amount of time reading existing code rather than writing new code.  Therefore, the ability to write code that is easy to read and easy to understand is a very important skill for programmers to have.  In this course, I want to help you develop that skill.

Some Review Feedback

"I thought the beginning of the course was quite slow and too much verbiage for the given slides. But once you got into going through code methodologies and showing coding examples, I enjoyed flow very much. I liked the use of video so I could pause in places to analyze the code."

"This course covers a familiar thought among developers; striving for well-written code, which is 1) easy to read/understand and then 2) easy to amend and build upon with subsequent revisions; essentially demonstrating the benefits of good API design overall. I also appreciated the inclusion of the code examples, which demonstrates the advantages of Fluent API Design in a practical way."

"I learned about fluent API in a short time. The characteristics of the pattern Builder and reason important for implementing this pattern our own code. Thanks!"

"Great topic, great course, great content."

"Very well explained material."

Updated on 22 March, 2018
Courses you can instantly connect with... Do an online course on Software Development starting now. See all courses

Rate this page