CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2002
    Location
    Brazil
    Posts
    730

    Question CMS easy for user and developer. Possible?

    Do you think it is possible to create CMS that is easy to use for the users and simple to understand and extend for developers?

    In my humble opinion, every time you try to make things easier (not simpler) for users it gets more complex for developers.
    All consequences are eternal in some way.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: CMS easy for user and developer. Possible?

    The answer to this question depends highly on the client using such a CMS and the developer writing it. Honestly, it's quite a matter of opinion. Some might find it easy to use, and some could be stumped or desire other features. Some developers might find it quite easy to follow while other struggle with understanding it.

    In my opinion, any well written, object-oriented code should be somewhat easy to understand and extend for an intermediate to advanced developer.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured