← Back to team overview

elementary-dev-community team mailing list archive

Re: Congratulations Luna developers!

 

We could use this project https://fedorahosted.org/dogtail/, it's not VALA,
but being python it should be easy.
An most of all its an alive project.


2013/8/19 Albert Palacios Jimenez <optimisme@xxxxxxxxx>

> Hi,
>
> Before talking about testing, and advanced development techniques for
> teams with resources, there is one easy and simple thing we can do to
> accelerate development.
>
> Sometimes (very often), bugs are stopped due spaces not following the
> "code style" guidelines. Adding a "code style" validator script before
> compiling, we can prevent uploads with spaces at the end of the lines ...
>  and save a lot of time.
>
> For example, just executing the next line before compiling:
>
> find . -type f -print0 | xargs -0 sed -i 's/[ \t]*$//'
>
> We will remove every "white space" at the end of any line, including new
> lines with tab spaces.
>
> This can sound stupid, but it is absurd to block bug fixes during several
> days due white spaces at the end of lines.
>
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to     : elementary-dev-community@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>



-- 
ðÐennis Andres Infantas Reaño
========================
"The greatness of a nation and its moral progress can judged by the way its
animal area treated"
"La grandeza de una nación y su progreso moral puede ser juzgado por la
forma que sus animales son tratados" Mahatma Gandhi (1869-1948)
"Poderoso no es el que más vidas destruye, sino aquel que las crea, sana y
cuida."

References