Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:History & Weirdness (Score 1) 84

I believe the reason for this bias against web apps in the developer community is Javascript.

It's a very polarizing language. For a number of developers coding in this language is an exercise in masochism. So they stay away from it and go do more pleasant things.

Now if we can get out of this painful legacy dependency and something like WebAssemby gains some maturity (or Dart etc...) so we can code web apps in something more pleasant this attitude may change.

Comment Re:Zoom missed this? (Score 1) 65

Yeah it had something to do with the eventing at startup

I was working on an integration in dev on that day and suddenly stuff started breaking in didFinishLaunchingWithOptions:

ApplicationDelegate.shared.application(application, didFinishLaunchingWithOptions: launchOptions)

This is the "hook" for the Facebook SDK that the Facebook SDK docs tell you to put in. It definitely sends an event back to Facebook about application start

Slashdot Top Deals

The best way to avoid responsibility is to say, "I've got responsibilities."

Working...