2find / emcee

A Master of Ceremony for your events.
0 stars 0 forks source link

Need some continuous integration and optimization tools #12

Open ludelafo opened 7 years ago

ludelafo commented 7 years ago

I think it would be nice to have some tools for the following points:

There are a few solutions here: https://github.com/marketplace but we might want to search for more tools.

ludelafo commented 7 years ago

[Moved to the Organization project]

faku99 commented 7 years ago

I think CI must be managed by Travis. We also might be interested in Percy for visual reviews.

About Code Quality and Code Redundancy, I didn't find any tool that supports Dart language. We could search for one that only inspects our Android/iOS code which is written in Java/ObjC. Or wait for one to support Dart...

ludelafo commented 7 years ago

I think Travis would be ideal for CI.

However, Percy is not free of cost, even for Open sources projects.

We might make some tests with Java/ObjC, just to see how it goes. I can't wait for the Dart support in these tools, would be much easier. Does Flutter support Swift for iOS programming ? Wouldn't it be better ?

faku99 commented 7 years ago

Flutter does support Swift for iOS platform-specific code but my knowledge doesn't...

faku99 commented 7 years ago

I don't think one is better than the other. Swift is more recent and thus supports more features than ObjC but I find the ObjC syntax much easier and better than Swift's

ludelafo commented 7 years ago

Hopefully, Flutter/Dart would help us not to produce platform-specific code, but don't you think using Swift would be the true bleeding-edge experience ?