Re: Do you modify third party code used in your projects?

2016-11-17 Thread T Thomas
Hi , Hope this email finds you well! We are App Innovation Technologies expertise in Microsoft SharePoint, with the latest .NET Framework 3.5, 4.0 and 4.5 and sound knowledge in developing WPF based window and web applications. We use PHP, Word-Press and other

Re: Do you modify third party code used in your projects?

2016-11-03 Thread Melvyn Sopacua
On Thursday 03 November 2016 02:11:16 Peter Dermott wrote: > I'm using the Mezzanine / Cartridge combo to set up an online store > for the company I'm working with, so far I've been extending the base > cartridge models and overriding templates to do what I need (adding > extra fields, different t

Re: Do you modify third party code used in your projects?

2016-11-03 Thread Antonis Christofides
Hello, In such cases, I try to contribute my fixes to the third-party project. If this is not possible (or until it is done), rather than copy the third party code in my project and go through the hassle of having to maintain it, I prefer monkey-patching, especially if there are only a few fixes.

Do you modify third party code used in your projects?

2016-11-03 Thread Peter Dermott
I'm currently working on my first Django app after years of working with WordPress and right now I'm feeling a little lost so please be gentle. I'm using the Mezzanine / Cartridge combo to set up an online store for the company I'm working with, so far I've been extending the base cartridge