Filter
Exclude
Time range
-
Near
🚀 The Engine Settings for Box Engine have been revamped! Now with validation and error handling, making configuration easier and more robust. Thanks to a fluent interface, setting up your settings is smoother than ever! 💻✨ #GameDev #FluentInterface #IndieDev #BoxEngine
4
83
Discover the power of fluent interfaces! 🌟 Streamline your code and enhance readability. Tune in for insights! Check out video out on YouTube youtu.be/f6s5lyBD__c #devlantern #fluentinterface
10
9
158
Get ready to take your coding skills to the next level! Our upcoming YouTube video covers the power of Fluent interfaces and Method chaining. Stay tuned for a deep dive into these powerful programming techniques! #FluentInterface #MethodChaining #csharp #devlantern #podcast
1
6
3
117
15 Oct 2023
New "Fluent" library, allows method embedding and attractive flow management. It is a powerful technique that allows to write cleaner and more concise code. #php #fluentinterface #programming #developers #code #comunityphp
1
1
3
225
Reminds me of when I abused the FluentInterface pattern and one of my test fixtures, used to construct a model that we passed to an external constraint solver, broke the compiler because I chained too many function calls (some number of 1000s) (There was a simple workaround)
Meanwhile at work: a user complains that an enum with 8,5k enumerators breaks Java.
2
1
4
Replying to @lescoggi
I once tested the limits of the Java compiler by building a FluentInterface style mechanism for creating complex records. In an integration test I used it to replicate data used to determine available slots for an immunotherapy. Anyway IIRC you can only chain methods ~8000 times.
2
Biblioteca de geolocalização por IP. Implementado na linguagem #Delphi, e utiliza o conceito de #fluentinterface para guiar no uso da biblioteca. A biblioteca foi desenvolvida utilizando os principais players do mercado de solução de #IPGeolocation. github.com/antoniojmsjr/IPGe…

1
3
I like ‘fluent code’ (@martinfowler calls it - FluentInterface). It makes code more readable. The code becomes more declarative - you say what you want to happen, instead of how you want it to happen. martinfowler.com/bliki/Fluen… #dotnet #csharp #FluentInterface
1
1
1
Fluent APIs using method chaining in JavaScript - websystemer.no/fluent-apis-u… #api #dsl #fluentinterface #javascript #patterns

4
5
Hi, I like to share my SPM, it's FluentInterface which goal is to increase code legibility. here is the GitHub link: github.com/ytyubox/fluentint…

1
3
Understanding software automation testing patterns for Selenium and more (EA Weekly), we will also discuss complete demo on Fluent interface #eaweekly #executeautomation #selenium #fluentinterface #singleton #factorypattern #testingmethodologies youtu.be/E72YnNxpjAI
1
4
#swDevTermOfTheDay #FluentInterface An API design pattern which uses method chaining to make source code readable like prose as often employed in #ReactiveProgramming or many map/reduce APIs. en.wikipedia.org/wiki/Fluent…
2
1
2
Interested in #java #fluentjava #dsl #fluentinterface #buildsystem etc? Maybe chat, collaborate etc with me: fluentjava.org/

2
2
19 Sep 2017
The FluentInterface explained by @martinfowler martinfowler.com/bliki/Fluen…

2
25 Jul 2016
ファウラーがblikiで言ってるFluentInterfaceってS2JDBCのような、操作Aをするためには必ず先に操作Bをしていなければならないっていうのを強制する話と、Stream APIのようにメソッドチェインで呼べるようにした方が使いやすよねって話とを区別してない気がする
1
3