#elegantobjects search results

Just arrived! The most valuable stickers I have so far... #elegantobjects

tomas_tulka's tweet image. Just arrived! The most valuable stickers I have so far... #elegantobjects

There are my new kotlin Stairway Decorators in @yegor256 style #elegantobjects #sqlboot

GraminMaksim's tweet image. There are my new kotlin Stairway Decorators in @yegor256 style #elegantobjects #sqlboot

Now starting a new book. "Elegant Objects" by @yegor256. I recommend subscribe in his YouTube channel. He always have something interesting to discuss about. #developers #elegantObjects

valdemarjuniorr's tweet image. Now starting a new book. "Elegant Objects" by @yegor256. I recommend subscribe in his YouTube channel. He always have something interesting to discuss about. #developers #elegantObjects

Alan Turing was anthropomorphizing computers as men in 1936. The "Elegant Objects" book of mine was doing the same with Java objects, in 2016. #elegantobjects wolframscience.com/prizes/tm23/im…

yegor256's tweet image. Alan Turing was anthropomorphizing computers as men in 1936. The "Elegant Objects" book of mine was doing the same with Java objects, in 2016. #elegantobjects wolframscience.com/prizes/tm23/im…

Finally I bought the book #ElegantObjects from @yegor256

yurasvn's tweet image. Finally I bought the book #ElegantObjects from @yegor256

#Java developers, who are interested in #ElegantObjects programming style are welcome! Spring developers are not welcome :) It's a full-time in-the-office job, located in Moscow. It's a dream #job for you, if you are interested in EO. Text me!

yegor256's tweet image. #Java developers, who are interested in #ElegantObjects programming style are welcome! Spring developers are not welcome :) It's a full-time in-the-office job, located in Moscow. It's a dream #job for you, if you are interested in EO. Text me!

Reading in progress #ElegantObjects Volume 1 and 2...

quasselknopf's tweet image. Reading in progress #ElegantObjects Volume 1 and 2...

Читаю книгу про Squeak - открытую реализацию Smalltalk, и там пишут, что отвечать на вопросы "Как это работает?" нужно так: "Да пофиг" #smalltalk #squeak #elegantobjects

nikialeksey's tweet image. Читаю книгу про Squeak - открытую реализацию Smalltalk, и там пишут, что отвечать на вопросы "Как это работает?" нужно так: "Да пофиг"
#smalltalk #squeak #elegantobjects

🎉🥂 Finally arrived! 📦📚 #ObjectThinking by David West (already read on Kindle long time ago but there's nothing like a real book) and both parts of #ElegantObjects by @yegor256 (which seems like the only breakthrough in #OOP since West). No sleep for me tonight I guess... 🤔


#Cypress is my favorite UI testing tool. This post contains valuable stuffs (testing pyramid and a figure with useful libraries for unit testing). But I am not a fan of the global variable cy with all Cypress methods. I use #ElegantObjects to the rescue 😉 buff.ly/3hv2Rww

RRochegude's tweet image. #Cypress is my favorite UI testing tool. This post contains valuable stuffs (testing pyramid and a figure with useful libraries for unit testing). But I am not a fan of the global variable cy with all Cypress methods. I use #ElegantObjects to the rescue 😉
buff.ly/3hv2Rww
RRochegude's tweet image. #Cypress is my favorite UI testing tool. This post contains valuable stuffs (testing pyramid and a figure with useful libraries for unit testing). But I am not a fan of the global variable cy with all Cypress methods. I use #ElegantObjects to the rescue 😉
buff.ly/3hv2Rww
RRochegude's tweet image. #Cypress is my favorite UI testing tool. This post contains valuable stuffs (testing pyramid and a figure with useful libraries for unit testing). But I am not a fan of the global variable cy with all Cypress methods. I use #ElegantObjects to the rescue 😉
buff.ly/3hv2Rww

Coffee table books, an essential part of decorating a living room with stories that share your love of your favorite things. #pink #elegantobjects #timeless

realtorrhondaj's tweet image. Coffee table books, an essential part of decorating a living room with stories that share your love of your favorite things. #pink #elegantobjects #timeless

Here is my last post to challenge #REST consumption in #Android app development using #elegantobjects concepts: buff.ly/2NPjdDq

RRochegude's tweet image. Here is my last post to challenge #REST consumption in #Android app development using #elegantobjects concepts:
buff.ly/2NPjdDq

Ke revisite le pattern Decorator, tel que décrit dans un article que j’ai lu y a quelques mois. En particulier, je tire profit d’une fonctionnalité du langage Kotlin pour démontrer le gain en termes de lisibilité et de design. buff.ly/2NNAmwW #oop #kotlin #elegantobjects

RRochegude's tweet image. Ke revisite le pattern Decorator, tel que décrit dans un article que j’ai lu y a quelques mois. En particulier, je tire profit d’une fonctionnalité du langage Kotlin pour démontrer le gain en termes de lisibilité et de design.
buff.ly/2NNAmwW
#oop #kotlin #elegantobjects

Do you use the principles of #elegantobjects in your project?


Better architecture usually means greater fragmentation of components. #elegantobjects


I read a quite comprehensive 2017 review of the #elegantobjects books of @yegor256. It is quite critical towards some parts and the reviewer seems to argue well in his counterpoints. Does anyone know if Yegor ever did a rebuttal of Željko Vrba's points? zvrba.net/downloads/EORe…


#Java developers, who are interested in #ElegantObjects programming style are welcome! Spring developers are not welcome :) It's a full-time in-the-office job, located in Moscow. It's a dream #job for you, if you are interested in EO. Text me!

yegor256's tweet image. #Java developers, who are interested in #ElegantObjects programming style are welcome! Spring developers are not welcome :) It's a full-time in-the-office job, located in Moscow. It's a dream #job for you, if you are interested in EO. Text me!

The model is also an interface. This allows them to be decorated in case new requirements come–#OCP. And no, they are not “repositories”. They are jam-packed with behavior. #ElegantObjects, if you will.


Treat your objects with upmost respect. They don't need managers, nor do they belong in a repository. Do this and you'll see them flock to return the favor in ways you couldn't possibly have imagined. #elegantobjects


Think like Computers, not Objects. #ElegantObjects


#ElegantObjects Vol. 3 will have 30+ examples of coding problems solved in object-oriented fashion. It's better to use one programming language to present them all or different ones?


Впервые за долгое время оффлайновый #objectthinkingmeetup. Теперь мне стало понятнее, что такое veil object. Что-то не доходила до меня концепция... Это ж универсальный кеширующий декоратор... Гибко... #elegantobjects


Started learning #ElegantObjects by @yegor256. I have started noticing a common trait in almost all software craftsmen. They all are extremely effective in using metaphors! Is there any course on learning how to use metaphors in software development?


“Fake” classes make tests shorter, which seriously improves their maintainability. Mocking, on the other hand, makes tests very verbose and very difficult to understand and refactor. —@yegor256 in “Elegant Objects, Volume 1” #ElegantObjects


Traits and mixins seem nice—if you don’t understand the difference between object-oriented programming and static methods. #oop #elegantobjects buff.ly/2RKgr33


Encapsulation is not an explicit barrier, it exists for as long as we have the desire to respect it. #elegantobjects buff.ly/3p897yt


That's what a good wife does for her loved husband :) #elegantobjects

yegor256's tweet image. That's what a good wife does for her loved husband :) #elegantobjects

This is the first draft of the contents of Elegant Objects (Volume 3). What else you would be interested to see there? I need practical use cases, which you are not sure how to implement in a pure object-oriented form. I will try to show how. #elegantobjects

yegor256's tweet image. This is the first draft of the contents of Elegant Objects (Volume 3). What else you would be interested to see there? I need practical use cases, which you are not sure how to implement in a pure object-oriented form. I will try to show how. #elegantobjects

Found this in Instagram today... Your thoughts? :) #elegantobjects

yegor256's tweet image. Found this in Instagram today... Your thoughts? :) #elegantobjects

Моя книга "Elegant Objects" (первый том) вышла в переводе на русский язык (перевод не мой) в издательстве "Питер". За 779 рублей можно купить онлайн: #elegantobjects piter.com/product_by_id/…

yegor256's tweet image. Моя книга "Elegant Objects" (первый том) вышла в переводе на русский язык (перевод не мой) в издательстве "Питер". За 779 рублей можно купить онлайн: #elegantobjects piter.com/product_by_id/…

This is more or less final Table of Contents of the coming Elegant Objects Volume 3. What did I miss? Do you want me to add something? I'm starting to write it. Should be published by the end of this year. #elegantobjects

yegor256's tweet image. This is more or less final Table of Contents of the coming Elegant Objects Volume 3. What did I miss? Do you want me to add something? I'm starting to write it. Should be published by the end of this year. #elegantobjects

Decorators having a rest on a ladder of "new" stairs #sittingDecorators #elegantobjects #realcode @yegor256

eduardsi's tweet image. Decorators having a rest on a ladder of "new" stairs #sittingDecorators #elegantobjects #realcode @yegor256

Are you a fan of #ElegantObjects? You should check this website and add your name to it: elegantobjects.org. The community is growing and we are getting new projects and fans every week. Be one of them, join now, just submit a pull request with your project and your name.

yegor256's tweet image. Are you a fan of #ElegantObjects? You should check this website and add your name to it: elegantobjects.org. The community is growing and we are getting new projects and fans every week. Be one of them, join now, just submit a pull request with your project and your name.

MVP, MVC, MVVM? Thanks but no thanks. I prefer #ElegantObjects and common sense.

MrHadiSatrio's tweet image. MVP, MVC, MVVM? Thanks but no thanks. I prefer #ElegantObjects and common sense.

Моя копия #elegantobjects от @yegor256 Будет интересно;)

dneprovets's tweet image. Моя копия #elegantobjects от @yegor256 Будет интересно;)

Elegant Objects Vol 2 is as great as the first one. The book will make you re-think some of the things you've been always doing as a programmer. Great job! @yegor256 #eo #elegantobjects

eduardsi's tweet image. Elegant Objects Vol 2 is as great as the first one. The book will make you re-think some of the things you've been always doing as a programmer. Great job! @yegor256 #eo #elegantobjects

Элегантный подарок) #elegantobjects

nikialeksey's tweet image. Элегантный подарок) #elegantobjects

Just arrived! The most valuable stickers I have so far... #elegantobjects

tomas_tulka's tweet image. Just arrived! The most valuable stickers I have so far... #elegantobjects

This is how DTO works, and it has nothing to do with object-oriented philosophy. #elegantobjects buff.ly/2LMrUeQ

yegor256's tweet image. This is how DTO works, and it has nothing to do with object-oriented philosophy. #elegantobjects buff.ly/2LMrUeQ

Definitevely @yegor256, we need a Cactus book about Puzzlers. #elegantObjects

juanantoniobm's tweet image. Definitevely @yegor256, we need a Cactus book about Puzzlers.
#elegantObjects

Seriously, can you imagine any ORM do this job for me and remain this code understandable and maintainable? #SQL and #ORM are like oil and water if you ask me. #elegantobjects #ruby github.com/yegor256/0rsk/…

yegor256's tweet image. Seriously, can you imagine any ORM do this job for me and remain this code understandable and maintainable? #SQL and #ORM are like oil and water if you ask me. #elegantobjects #ruby github.com/yegor256/0rsk/…

Alan Turing was anthropomorphizing computers as men in 1936. The "Elegant Objects" book of mine was doing the same with Java objects, in 2016. #elegantobjects wolframscience.com/prizes/tm23/im…

yegor256's tweet image. Alan Turing was anthropomorphizing computers as men in 1936. The "Elegant Objects" book of mine was doing the same with Java objects, in 2016. #elegantobjects wolframscience.com/prizes/tm23/im…

Loading...

Something went wrong.


Something went wrong.


United States Trends