Is there a good site for sharing and optimizing code?

Recently, Iโ€™m working on developing applications for Android, and I also worked on iOS before. I am not very good at Android yet, so sometimes I find that the application is partially lagging, I thought that /qaru.site / ... is a very nice place to share and find an error, but I would like to ask if there are any are websites on which I can share all the codes and details about this application, and also there are some programmers who they can read and indicate what is wrong with my application? I donโ€™t know if this question is legal, just think itโ€™s good to have it and learn more.

+6
source share
3 answers

You can send the code and view it at https://codereview.stackexchange.com/

+3
source

The best solution would probably be to promote your projects on a site, such as Github , where there is a large infrastructure that allows people to collaborate with you.

Asking people to do this is another problem, but it is probably best achieved through posts in XDA developers and equivalent forums.

+3
source

There are many places where you can publish all your source code. Here are two that I used:

  • Google Code: allows you to publish your code publicly with detailed download information. You can use this and google forumns to get a review and help. SVN access is easy to configure. You can add others to projects.

  • SourceForge: allows you to publish messages publicly and privately. SVN is simple again. Allows you to add other users to the project with read / write / edit permissions.

These two may not be the best places to get overview and help easily, but they are great for hosting and source control!

In addition, they have forums where you can point out your other projects and ask questions!

0
source

Source: https://habr.com/ru/post/920337/


All Articles