Skip to main content

Questions tagged [behavior]

2 votes
2 answers
221 views

The scenario I'm thinking about is a build pipeline, but I imagine there are plenty of other scenarios where this would be the case as well. Imagine you've got a build pipeline that runs static checks ...
dwjohnston's user avatar
  • 2,769
2 votes
4 answers
3k views

Sequence diagrams are used to model use case scenarios i.e., main success scenarios and alternate scenarios. That's what I understand from Craig Larman's book. I understand that it depends a lot on ...
a_fan's user avatar
  • 145
2 votes
2 answers
137 views

I know, this question was asked in a slightly different way. But I didn't find it helpful. Sorry, long text. I'm new in a company and my work concerns graphics and numerical computation. My supervisor,...
ChrisoLosoph's user avatar
3 votes
3 answers
501 views

In the red book by V. Vernon it says about REST: In RESTful HTTP, the methods are the HTTP verbs - most importantly, GET, PUT, POST, DELETE - that can be applied to resources. Even though it might ...
Hans's user avatar
  • 572
-2 votes
3 answers
256 views

I am pretty new within our Scrum team. (Round about 4 months) Whenever I suggest some paradigm like "DevOps" or technology like "Kubernetes" to solve issues I am criticised at least from a part of the ...
user avatar
1 vote
1 answer
129 views

This is more of a subjective question and i don't expect a perfect anwser. I have different behavior/rules in my system. for example : I have a behavior in my system that allows users to register to ...
Francis Groleau's user avatar
1 vote
1 answer
2k views

This question is a follow-up to Representing multiple actions for sequence of objects on activity diagram, but isn't strictly related. The question boils down to: How to present in UML patterns that ...
Jędrzej Dudkiewicz's user avatar
3 votes
7 answers
4k views

I don't know if there actually is one design pattern, or several together, or maybe what i'm asking is anti-pattern. Context (simplified) : my company sells SaaS services (through an API) to several ...
Strannch's user avatar
2 votes
1 answer
96 views

This is my situation: Models can contain properties which can be models themselves. Each property can have custom behavior, this behavior must be selected through its name (for example: Versionable, ...
Wilko van der Veen's user avatar
-1 votes
1 answer
4k views

Similar question was posted here https://stackoverflow.com/questions/21064164/clean-code-how-to-design-this-class I still don't find an answer though, I'm confused! I read the book "clean code" too....
Mohamed Amine Mrad's user avatar
4 votes
2 answers
186 views

I am currently writing an immutable multipurpose vector class in Java that essentially wraps a double[]. The class will be part of a game library, used to calculate entity positions, physics, pixel ...
Frithjof's user avatar
  • 143
0 votes
5 answers
324 views

This might be only a question of definition, but maybe there's a consensus? Given the situation, software Foobar Plus is under construction, we're not working on an update, but on the first release ...
jawo's user avatar
  • 270
0 votes
1 answer
130 views

I have a behavior tree with different leaf nodes that execute tasks. When building out the tree relationship in the database I need an association between the leaf node entry and the Java class that ...
user avatar
12 votes
2 answers
8k views

In Head First Design Patterns it teaches the strategy pattern by using a Duck example where different subclasses of Duck can be assigned a particular behavior at runtime. From my understanding the ...
Korey Hinton's user avatar
  • 2,706
0 votes
2 answers
283 views

EDIT: As pointed out by Steve Evers and pdr, I am not correctly implementing the Memento pattern, my design is actually State pattern. Menu Program I built a console-based menu program with multiple ...
Korey Hinton's user avatar
  • 2,706

15 30 50 per page