On Wednesday 30 April 2014 16:29:44 Klaas Freitag wrote: > > So libowncloudsync.so is now stable enough, that other can use it? As a > > user and developer of pyOwnCloud it would be nice to relase a new > > version > Yes, libowncloudsync.so is the right library to use for this kind of > software. It is stable code wise, but the interface might change in > consens with all users of the library. Make yourself heared
Is it possible that you seperate the interface from it's implementation? That way, you can update the implementation all you want, without breaking the code of users of the library. And please, make constants part of the interface. I've seen that in a lot of cases that a new version of the software that the values of CONSTANTS changed, which makes interpreting/handling of (for example) errors really hard. Besides CONSTANTS are meant to be ... constant ;-) -- GPG: 0x138E41915C7EFED6
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Packaging mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/packaging
