I just want to mention that GNUstep does have it's own extension to the GNU
coding standard:
http://www.gnustep.org/resources/documentation/Developer/CodingStandards/coding-standards_toc.html

I try to follow it as much as I can, but sometimes I forget.  I find the
standard sensible and it's advantageous to have all subprojects following
the same coding style.  Don't forget that this is, after all, a GNU project.

On Sat, Jan 28, 2012 at 6:34 AM, Ivan Vučica <[email protected]> wrote:

> Hi all,
>
> Amr has used some Objective-C 2.0 features in QuartzCore, such as
> @property. What's the status on use of 2.0 in extra libraries in GNUstep?
> Should I work on changing all that to manually implemented methods?
>
> Am I required to use macros such as AUTORELEASE() or can I directly call
> the -autorelease method?
>
> Also, I feel more comfortable using my own coding style when it comes to
> indentation and stuff like that. For libraries where I feel I might be
> doing major contributions, can I use my own coding style, or am I
> absolutely required to use the GNU coding style?
>
> --
> Ivan Vučica - [email protected]
>
>
>
> _______________________________________________
> Gnustep-dev mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/gnustep-dev
>
>
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to