Is it possible to reach absolute zero bug state for large scale software?
I am talking about 20-30+ millions lines of code, software at the scale and complexity of Autodesk Maya for example.
What is the time complexity of the algorithm to check if a number is prime?
What is the time complexity of the algorithm to check if a number is prime?
What’s the computational complexity of the Groovy unique() method?
Question 1
Can too much abstraction be bad?
As programmers I feel that our goal is to provide good abstractions on the given domain model and business logic. But where should this abstraction stop? How to make the trade-off between abstraction and all it’s benefits (flexibility, ease of changing etc.) and ease of understanding the code and all it’s benefits.
Can too much abstraction be bad?
As programmers I feel that our goal is to provide good abstractions on the given domain model and business logic. But where should this abstraction stop? How to make the trade-off between abstraction and all it’s benefits (flexibility, ease of changing etc.) and ease of understanding the code and all it’s benefits.
Can too much abstraction be bad?
As programmers I feel that our goal is to provide good abstractions on the given domain model and business logic. But where should this abstraction stop? How to make the trade-off between abstraction and all it’s benefits (flexibility, ease of changing etc.) and ease of understanding the code and all it’s benefits.
Can too much abstraction be bad?
As programmers I feel that our goal is to provide good abstractions on the given domain model and business logic. But where should this abstraction stop? How to make the trade-off between abstraction and all it’s benefits (flexibility, ease of changing etc.) and ease of understanding the code and all it’s benefits.
Can too much abstraction be bad?
As programmers I feel that our goal is to provide good abstractions on the given domain model and business logic. But where should this abstraction stop? How to make the trade-off between abstraction and all it’s benefits (flexibility, ease of changing etc.) and ease of understanding the code and all it’s benefits.
Which if statement requires less computation?
I have
Which if statement requires less computation?
I have