• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Opinions Please

Participant ,
Feb 10, 2012 Feb 10, 2012

Copy link to clipboard

Copied

I am working on a Flex Mobile app in Flex 4.6 written agains a php app written in functional php 4

The service calls are hand written

What would the advantages be to my employer if I switched to objects in Php?

Thank you for your assistance in this discussion

Dan Pride

Views

469

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Feb 20, 2012 Feb 20, 2012

Very difficult to say without knowing more.

Flash does not care what happens on the server, only that the data is returned in the correct manner. Switching to using objects is purely a server-side issue.

The obvious advantages would be that the code would be better architected, which in turn causes updates to it to be far easier, and hence faster and better for the employers pocket.

One major issue with functional code is that you end up having a lack of code reuses and so your codebase grows out o

...

Votes

Translate

Translate
Guest
Feb 20, 2012 Feb 20, 2012

Copy link to clipboard

Copied

LATEST

Very difficult to say without knowing more.

Flash does not care what happens on the server, only that the data is returned in the correct manner. Switching to using objects is purely a server-side issue.

The obvious advantages would be that the code would be better architected, which in turn causes updates to it to be far easier, and hence faster and better for the employers pocket.

One major issue with functional code is that you end up having a lack of code reuses and so your codebase grows out of control.

My opinion: Switch!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines