Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

I’m working on an Angular 15 application that uses PrimeNG v15 and Angular CDK for drag-and-drop functionality. When I drag a row element, the drag preview shows a white gradient overlay, making the ...
Rashi arora's user avatar
0 votes
1 answer
63 views

I'm currently implementing an application and have for example a Customer model that's used in several different parts of the application. Each part only uses a subset of the properties from the ...
Alex's user avatar
  • 91
1 vote
1 answer
170 views

I've been maintaining and extending an Odoo installation. Often I need to override or monkeypatch certain methods (that can't be inherited) in order to achieve the desired result. What do you think is ...
Dimitrios T. Tanis's user avatar
1 vote
0 answers
287 views

I am utilizing AWS Glue jobs and want to utilize the job bookmarking feature. Right now, I checked the 'enable job bookmarking' box within AWS. However, I use the same Glue job when passing different ...
Nick Wawee's user avatar
1 vote
2 answers
360 views

I'm somewhat of a beginner to java, although I understand the basics. I believed this was the best implementation for my problem, but obviously I may be wrong. This is a mock example I made, and I'm ...
labradorEater's user avatar
0 votes
1 answer
92 views

I have a question. I am making a react-application for a major industry, which contains a huge number of components. But I have found that most of my components utilised the same functionalities . For ...
Himanshu Sharma's user avatar
1 vote
0 answers
64 views

When I try to look at the implementation of some numpy functions, I realized a strange thing (description below). In this python script: /Users/myname/opt/anaconda3/envs/ml/lib/python3.7/site-packages/...
Jason's user avatar
  • 3,564
1 vote
0 answers
52 views

Suppose we a validation code similar to the following: Rule(account => account.CompanyName).MaxLength(50) Or Rule(account => account.Balance).MustBeGreaterThan(0) Do we still call the numbers ...
Kush Grover's user avatar
0 votes
1 answer
558 views

Short question. From DDD perspective (or just maintainable architecture and common sense), where should I put a layer of business logic that has no domain objects to operate with but does some "...
shumantt's user avatar
1 vote
1 answer
356 views

Let's assume there is a C++ application executing a specific SQL query on Oracle database. This query was working fine for last couple of years in production at a customer's environment, but suddenly ...
Jackie's user avatar
  • 11
4 votes
1 answer
109 views

We are creating a big project that will live and be improved for approximately 10 years. Already in our code base, there is a lot of code for specific browser incompatibilities, workarounds for ...
Mino's user avatar
  • 1,014
1 vote
1 answer
72 views

Approach 1: In an android app there is shown a duration TextView (like: "2 h 45 m") and another TextView with number of Stops (like: "Stops: 15"). Between them is another TextView (" | ") to separate ...
David's user avatar
  • 178
0 votes
2 answers
88 views

Is it ok to write EF queries in a separate class file inside models folder instead of writing it in controller itself. Because I've seen in msdn writing all EF queries in controller itself. While at ...
Thameem's user avatar
  • 756
4 votes
1 answer
315 views

I'm planning to keep track of cyclomatic complexity for method and classes in between 5-10. Will it be easier to write unit tests if we keep it in that range? Does it help us write effective unit ...
ppgowda4's user avatar
  • 418
0 votes
1 answer
89 views

Recently, I get to know that writing code in the modular or components way is important. But I am not sure why is it so important. Can someone explain why is it important if you know?
Rajesh Kumar's user avatar

15 30 50 per page
1
2 3 4 5