Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 205439

Questions about problem solving and planning for a solution through software design.

0 votes

How to measure how "changy" something is?

RSS is still a thing. While not obvious, a lot of news websites still support RSS and, if recent news are anything to go by with, this old-but-lovely protocol seems to be making a comeback nowadays. G …
T. Sar's user avatar
  • 2,146
0 votes

Should clients send all required information to servers?

If you're going Microservices, keep them Micro. Assume we have two banks, B1 and B2, with wildly different APIs. One can be online while the other isn't. Updates to them will be done at different time …
T. Sar's user avatar
  • 2,146
32 votes

In C#, is there a way to enforce behavior coupling in interface methods or is the fact that ...

You're asking too much of C# Interfaces. C# Interfaces are contracts. They say what pack of methods a given class implements, and they guarantee that those methods will be there if someone calls them …
T. Sar's user avatar
  • 2,146
1 vote
Accepted

Double way parent child relationship in Django

You can use the usual design as any other part of the system, without special, magic code. …
T. Sar's user avatar
  • 2,146
0 votes
Accepted

Turn based game class design

Well, first things first :) You don't really need to mess with namespaces on your case. Namespaces are more of an organizational tool than anything else. Most of the time, tho, you can just leave thi …
T. Sar's user avatar
  • 2,146