What problems can arise from emulating concepts from another languages?
        Posted  
        
            by 
                Vandell
            
        on Programmers
        
        See other posts from Programmers
        
            or by Vandell
        
        
        
        Published on 2012-09-17T20:58:34Z
        Indexed on 
            2012/09/17
            21:51 UTC
        
        
        Read the original article
        Hit count: 336
        
I've read many times on the web that if your language doesn't support some concept, for example, object orientation, or maybe function calls, and it's considered a good practice in this other context, you should do it.
The only problem I can see now is that other programmers may find your code too different than the usual, making it hard for them to program. What other problems do you think may arise from this?
© Programmers or respective owner