Thread: Code architecture: A call for advice

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #25
    Registered User
    Join Date
    Sep 2012
    Posts
    43
    Quote Originally Posted by Mario F. View Post
    Oh, but it does! For one, the major FP languages are general purpose, which means you can apply them to most computer related tasks; and yours is just as simple as they can be. But above all, and keeping within the context of your initial question, it presents you with different design challenges that force you to think about your program architecture in a different way than you would with OOP or control flow based programming languages.

    Interestingly enough, the task that was given to you is perhaps better addressed through a dataflow programming language than a control flow one, which makes functional programming your tool of choice. I do agree though that it is a completely new way of programming and a big paradigm shift which will be hard to get into when your state of mind is so tied to OOP programming. But you asked about architecture, and functional programming offers a whole different type of programming architecture. It needed to be mentioned.
    I understand what you mean, but, as I said, I am re-structuring a module that is only a small part of the whole software, so, changing the paradidm to FP would mean that this module would be totally different from the rest of the program. I really appreciate your input, but changing all the code to FP is not an option on the table right now
    Last edited by Median; 10-13-2014 at 03:44 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Return Code Architecture
    By juuuugroid in forum C Programming
    Replies: 4
    Last Post: 02-28-2014, 02:51 PM
  2. Replies: 6
    Last Post: 06-10-2011, 11:02 AM
  3. Sharing variables and code architecture
    By JackR in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2007, 04:29 PM
  4. Need advice: catch exceptions or call methods to check bits?
    By registering in forum C++ Programming
    Replies: 1
    Last Post: 10-03-2003, 01:49 PM

Tags for this Thread