Jenkov.com: post #112 — TG.ME

I have published a short video about Method Chaining - that simple technique which enables us to express creation, configuration and assignment of objects more concisely.

I know most of you already know method chaining - but I needed this video as a prelude to my next video about Access Scoping - which is a technique that provides about the same benefits as method chaining- but which does not require you to design your code to support it.

Here is my video about method chaining 😊

https://youtu.be/ce65auIRpYo?feature=shared
YouTube
Method Chaining - Express More With Less Code
Method chaining is a simple design technique that enables you to express more functionality with less code. Method chaining also enable you to reflect the hierarchy of the structure (object graph) you are creating - in the structure of the code. This video…
September 15, 2025 678