Training
Founder and Partner
-
Recent Posts
I Blog About
- abstraction
- blogging
- code design
- cohesion
- composition
- coupling
- course
- data
- data access
- deferred execution
- Dependency Injection
- dependency inversion principle
- design
- design patterns
- Design Practices
- DI
- DIP
- Disposable
- encapsulation
- enforce consistency
- Entity Framework
- globalization
- internationalization
- Inversion of Control
- itcamp14 conference Cluj Microsoft
- job
- LINQ
- localization
- Object Oriented Design Principles
- ORM
- Patterns
- presentation
- public speaking
- QA
- quality
- Queryable
- refactor
- refactoring
- references
- Repository
- separation of concerns
- Service Locator
- SOLID
- tdd
- Testing
- training
- translation
- Unit of Work
- unit testing
- Unity
My Tweets
- Always rewarding to add testimonials for my #UnitTesting #training oncodedesign.com/training-unit-… Thank you all for attend… twitter.com/i/web/status/1…------------------------------------------------ 4 hours ago
- RT @PeterLeeson: When your management is only interesting in pushing for faster deliveries, can you persuade them of the necessity of incre…------------------------------------------------ 1 week ago
- RT @alexnmoldovan: About to go on stage with the most meta leading slide I ever had. @Codecampro #cluj #webdev https://t.co/RnGhCQfNRH------------------------------------------------ 1 week ago
- RT @florincoros: @IrinaScarlat @RevolutApp . @IrinaScarlat It seems that paying salaries through #Revolut is far away not only because Roma…------------------------------------------------ 2 weeks ago
Posts Categories
Posts Archives
Monthly Archives: November 2014
Low Coupling by Refactoring Towards Higher Cohesion
Low coupling and high cohesion go hand in hand. In a low coupled design, the modules, classes and functions have a high cohesion. The other way around is also true: making high cohesive modules, classes or functions leads to a … Continue reading