Groups
Sign in
Groups
Clean Code Discussion
Conversations
Labels
ASP
BDD
BuilderPattern
CSharp
Codestyle
Competition
Cucumber
DDD
Design
E18
E19
E21
E7
Ep19
Fitnesse
FolderStructure
IO
IntegrationTests
JavaCaseStudy1
MVC
Output
REST
RESTful
Refactoring
Requirements
Servlet
Specification
TDD
UI
UseCase20
UseCases
UserStories
ValueObject
abstract
acl
advice
application
architecture
arguments
attribut
authorization
boundary
business
channel
class
classes
clean
clean-arch
clean-architecture
clean_architecture
cleancode
code
coding
components
controller
convention
csv
database
delivery
dependency-injection
dependency-inversion
dependency-rule
dip
dotNET
drivers
dynamically
ebi
enforcement
entities
entity
error-handling
file
framework
frameworks
freenode
function
function-arguments
functions
fw-and-drivers
gateway
i18n
images
interactor
interface
interface-adapter
irc
isp
javascript
kohana
language
limit
liskov
logic
lsp
mentoring
method
mistakes
mock
modules
mutation
name
naming
nodejs
objects
observer
observerPattern
ocp
oop
parameter
patterns-and-practices
permission
persistence
photos
php
pitest
presenter
programming-practices
query
random
readability
report
repository
reverse-engineering
roles
rspec
rubyrogues
rules
sample
security
small
solid
srp
statically
style
teaching
test
testing
thick-client
typed
update
upload
usecase
user
validation
values
variable
variables
views
web-service
About
Send feedback
Help
Clean Code Discussion
Contact owners and managers
1–14 of 634
Welcome to the Clean Code discussion group. Here we discuss the Clean Code video episodes that appear on
cleancoders.com
.
The rules are simple:
No advertising.
No swearing.
No name-calling.
Be respectful and nice.
The only way to go fast, is to go well.
Sign up for the
Clean Coders Slack workspace using this link
.
Mark all as read
Report group
0 selected
Reed Law
, …
Norbert Nemes
15
3/22/15
How to deal with attributes common to Entities, Repositories, and Serializers
Hi Israel Sorry for the late response. There's no offence taken, and I'm not criticizing your
unread,
attribut
entity
repository
How to deal with attributes common to Entities, Repositories, and Serializers
Hi Israel Sorry for the late response. There's no offence taken, and I'm not criticizing your
3/22/15
Reed Law
, …
Kris Leech
8
2/27/15
Clean Architecture in Ruby: data types?
Indrit Selimi wrote: > But if we have to check if a "duck" is a "duck" what is
unread,
architecture
entity
Clean Architecture in Ruby: data types?
Indrit Selimi wrote: > But if we have to check if a "duck" is a "duck" what is
2/27/15
Lasse Bergström
, …
Dirk Dreyer-Hochstein
11
1/14/15
save function command or query?
Usually not but why shouldn't you use the Repository for generating the next id or an extra
unread,
architecture
cleancode
database
entity
function
functions
gateway
patterns-and-practices
repository
save function command or query?
Usually not but why shouldn't you use the Repository for generating the next id or an extra
1/14/15
Andrew Eddie
12/15/14
Core architecture for a Node app
So I'm trying to wrap my head around how to structure a set of basic Node modules to deal with
unread,
architecture
boundary
entity
gateway
interface
Core architecture for a Node app
So I'm trying to wrap my head around how to structure a set of basic Node modules to deal with
12/15/14
Christian B
, …
Frederik Krautwald
3
10/31/14
Application specific business rules vs Enterprise business rules
Would i then put the "RedeemVoucher" interactor code in a Voucher entity which is shared
unread,
business
entity
interactor
rules
Application specific business rules vs Enterprise business rules
Would i then put the "RedeemVoucher" interactor code in a Voucher entity which is shared
10/31/14
Michel Henrich
,
Sebastian Gozin
2
7/22/14
Java Case Study EP2-2
I believe he suggested exactly this approach in the episode. Micah was not yet convinced though. On
unread,
entities
entity
gateway
Java Case Study EP2-2
I believe he suggested exactly this approach in the episode. Micah was not yet convinced though. On
7/22/14
Frederik Krautwald
, …
unclebob
18
8/25/14
TTD of the Interactor-Entity-Gateway architecture
If you follow the Java Case Study, you will see Micah and I address this problem. We start with a
unread,
TDD
architecture
boundary
entity
gateway
interactor
interface
TTD of the Interactor-Entity-Gateway architecture
If you follow the Java Case Study, you will see Micah and I address this problem. We start with a
8/25/14
Ken Chien
, …
daniphp
4
2/1/14
How to TDD a database version of Entity Gateway
Ken, if you are thinking of an "unit test" you should use mocking, if you are thinking of
unread,
TDD
database
entity
gateway
How to TDD a database version of Entity Gateway
Ken, if you are thinking of an "unit test" you should use mocking, if you are thinking of
2/1/14
Andreas Schaefer
, …
Bennie Copeland
12
1/24/14
Value Objects in a Clean Architecture
On Wednesday, January 22, 2014 6:23:35 PM UTC+1, Bennie Copeland wrote: annotation: In
unread,
Design
FolderStructure
ValueObject
architecture
components
ebi
entity
Value Objects in a Clean Architecture
On Wednesday, January 22, 2014 6:23:35 PM UTC+1, Bennie Copeland wrote: annotation: In
1/24/14
Patrick Roza
2
12/16/13
Entity, Boundary, Interactor C# Sample App with ASP.NET MVC UI
The project has evolved a bit since my initial post; Reduced the Interactor output ports to single;
unread,
ASP
CSharp
MVC
UseCases
architecture
boundary
dotNET
ebi
entity
interactor
patterns-and-practices
sample
Entity, Boundary, Interactor C# Sample App with ASP.NET MVC UI
The project has evolved a bit since my initial post; Reduced the Interactor output ports to single;
12/16/13
Boas Enkler
11/14/13
Repositories / Gateways and Write Access Interface
Hi, in the meanwhile I use Repositories / Gateways very similar to the ideas which were proposed in
unread,
cleancode
components
entity
gateway
interactor
programming-practices
repository
srp
Repositories / Gateways and Write Access Interface
Hi, in the meanwhile I use Repositories / Gateways very similar to the ideas which were proposed in
11/14/13
Reed Law
, …
Uncle Bob
7
11/7/13
Relationships between entities in OO design
Here is the promised blog post: http://www.smashingboxes.com/domain-logic-in-rails/ I welcome your
unread,
Refactoring
architecture
clean
entity
Relationships between entities in OO design
Here is the promised blog post: http://www.smashingboxes.com/domain-logic-in-rails/ I welcome your
11/7/13
witali mik
, …
Łukasz Duda
27
1/10/14
Clean Code Architecture and Entity Validation
I'd put 1 and 4 into application (interactors). These are business rules - date is required and
unread,
cleancode
entity
interactor
php
validation
Clean Code Architecture and Entity Validation
I'd put 1 and 4 into application (interactors). These are business rules - date is required and
1/10/14
George Fekete
, …
Roberto Guerra
12
9/12/13
Clean Architecture (Entities, Boundaries, Interactors) in PHP ?
I personally prefer the callback style better. But then again, I am doing mostly Javascriipt/
unread,
architecture
boundary
clean
ebi
entity
framework
interactor
kohana
php
Clean Architecture (Entities, Boundaries, Interactors) in PHP ?
I personally prefer the callback style better. But then again, I am doing mostly Javascriipt/
9/12/13