What technology/algorithm should be used to abstract meaning or keywords from a passage of text?
Hi and thanks for looking!
Why is the use of abstractions (such as LINQ) so taboo? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Closed 9 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I am an independent contractor and, as such, I interview 3-4 times a year […]
What’s the next level of abstraction? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Should concrete classes avoid calling other concrete classes, except for data objects?
In Appendix A to The Art of Unit Testing, Roy Osherove, speaking about ways to write testable code from the start, says,
Understanding the levels of computing
Sorry, for my confused question. I’m looking for some pointers.
I have data that sends in “bursts” of 100 records with a significant delay. How do I structure my classes for multithreading?
My datasource sends information in 100 batches of 100 records with a delay of 1 to 3 seconds between batches.
Using dot to Access Object Attribute and Proper abstraction
I have been programming in python and Java for quite a number of years and one thing I find myself doing is using the setters and getters from Java in Python but a number of blogs seem to think using the dot notation for access is the pythonic way.
Should I use an interface when methods are only similar?
I was posed with the idea of creating an object that checks if a point will collide with a line:
Is there a way communicate or measure levels of abstraction?
I’ll be the first to say that this question is a bit… out there. But here are a couple questions I bear in mind :
Too complex/too many objects?
I know that this will be a difficult question to answer without context, but hopefully there are at least some good guidelines to share on this. The questions are at the bottom if you want to skip the details. Most are about OOP in general.