-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation rules #39
Comments
When an idea involves documentation it's always a good one. |
Good news :) thanks |
@metal3d I'm working (actually finished like a week ago) a Go implementation , but haven't got around to publishing it. Maybe we should compare what we came up with and merge them. |
UPDATE: I've found you implementation, I take a look |
@maurodec I'm currently appending some of your code. Can you please fork repo and continue ? I will merge your pull requests. But keep in mind that I will modify code in 10 hours with your good methods. I will add contributors file to list authors too. |
@metal3d I encourage everyone to fork and modify what I did (and will continue doing) as well as merge come of my code into their own, but keep in mind that the expected behavior may be different. Thinking about it, maybe I should rename my repository. |
@maurodec Can you discuss your implementation's behavior and maybe even how it differs from the original? On Fri, Aug 9, 2013 at 7:17 PM, Mauro de Carvalho
|
@maurodec I did improvements too... As example the "Multiple" method I did as different implementation than JSlib and I've written "to discuss" in "implementation" repository. Looking at your implementation, there was some bugs but you've got nice ideas (for example, the part I ported from your code to get Flags is very interessing). I really don't understand why you want to do your "port" externally of our. I have to test your implementation, and work a lot to integrate your parts... If you do a "new" fork, that will be simpler for us . To encourage other to fork yours is just a pitty... instead of working together on a only one implementation, you let us working on a port, and other to work on yours... and both have to work on port integrations... If you don't like some parts of VerbalExpression, you can participate on "implementation" repository to discuss about improvements... That's just why @ionutvmi did this repo. The idea is that we work together... And to be clear, check issues I've open on Go port... the whole issues say that I have to port your improvements in project. You'd rather fork our repo, give pull request, and create branches for improvement we can discuss. That will be more efficient. |
I definitely think collaborating instead of forking is the way to go, the problem I have is with the word "port". IMHO, if the behavior is even slightly different, it should be considered a port. I will fork your repo and make all my changes there and create pull requests, however, I think this is not the best way of working. I think if they are ports, then behavior must be consistent. IMHO the best way of working would be to have a repo just with documentation specifying exactly what each function does and a bunch of test cases, then have all "ports" implement those operation the way they like, but keeping behavior consistent. |
I think you should look the "implementation" repo done to specify what
|
Ok, I'm back. I agree with you, if behavior is diffrent, it is a port... so it should be named differently. You said that you've made an implementation, and not a "different" system. But now you're speaking about changes. And the name of the current issue we're talking is "Implementation rules". We needed a repo with rules, and now we have one. The best place to discuss about enhancements is on the "Implementation" repo. If you make another "port", meaning that you want to change behaviour and implementation, this is not a fork, so my work will be to check your implementation and append what can be integrated following rules of the VerbalExpressions organisation. Now, lets get a developper who works with PHP and Go... If he takes your repo and not our, he will have different behaviour using the same semantic... But if you give enhancements as "issues", we will talk about with others implementations authors (where I consider you are in), then every implementation will follow the new rules. We will be able to create versions, branches, fixes... When you say "IMHO the best way of working would be to have a repo just with documentation specifying exactly what each function does" I'm forced to repeat, please check the repo made for this: And especially this page: https://github.com/VerbalExpressions/implementation/wiki/List-of-methods-to-implement |
Hi,
Working on Go implementation, I checked other languages implementation to follow rules.
This is difficult for us... To my side I switch in Cpp and Python implementation + yours (javascript, that is not in organization list) to understand what to implement.
For example, "multiple" method is not easy to understand reading JS and PHP implementations wich makes something very different.
BTW I guess multiple implementation is not "as it should be"...
Is it possible to create a repo where we can work on implementation doc ?
The text was updated successfully, but these errors were encountered: