software-design
need help in choosing the right tool
I have a client who has set-up a testing environment in some AI language. It basically runs some predefined test casesand stores the results in as log files (comma separated txt files). My job is to i[详细]
2023-01-20 21:51 分类:问答How does an application like Wireshark work?
Im am wondering how 开发者_JS百科wireshark functions. What would be the design of an application that could listen to the traffic on all ports of a given machine? What is the kind of overheard that su[详细]
2023-01-20 05:33 分类:问答Dependency injection OR configuration object?
I have the following constructor for my Class public MyClass(File f1, File f2, File f3, Class1 c1, Class2 c2, Class3 c3)[详细]
2023-01-19 17:32 分类:问答Ressources for learning software design using uml
I would some ressources for learni开发者_开发问答ng software design using uml (Case study, books)I´d recommend the book \"applying UML and patterns\" from Craig Larman. It teaches how to specify and[详细]
2023-01-10 17:24 分类:问答Looking for a good method of extending external data with an internal database table
I have an application that receives most of its data from a third party.One of these sets of data is a transaction list.I can\'t write to this service, but I want to add more information to that data[详细]
2023-01-10 16:48 分类:问答How to organise the file structure of my already working plugin system?
I am working on a project whose main design guiding principle is extensibility. I implemented a plugin system by defining a metaclass that register - with a class method - the class name of any plugi[详细]
2023-01-09 21:33 分类:问答Are utility classes evil? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学C Want to improve this question? Update the question so it can be answered with facts and citatio[详细]
2023-01-09 04:09 分类:问答Passing DTOs around in the domain model
I see DTO types being created within开发者_如何学C and passed between types in the domain model. Is this good practise?[详细]
2023-01-07 14:08 分类:问答Passing managedObjectContext along to view/controller hierarchy
Managed object context in most cases created in application delegate. What are the ways of passing it along to view/controller hierarchy, so every navigation/tab controller in the tree can have access[详细]
2023-01-06 11:17 分类:问答Most elegant way to access UINavigationController from pushed controllers
Say I have NavigationController->Root[Table View Controller subclass] So from didSelectRowAtIndexPath of my Table View Controller subclass I have to push another view controller to NavigationControlle[详细]
2023-01-05 09:28 分类:问答