|
|
|
|
|
by dep_b
3114 days ago
|
|
I still like Objective-C even if it isn't my go-to language anymore. It's quite elegant compared to it's peers from the 80's, it's a very small language yet you can achieve everything with it, even if it means dipping into C(++) for the parts that need to be really performant. But on the other hand seeing a different programming language when there's some optimization going on and having another programming language for business logic is a great thing too. How many times don't we see bugs, errors or security issues stemming from the fact that business logic gets implemented in C? |
|
Also, what about Objective-C prevents business logic bugs?