Team Development

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Team Development

horrido
Amber is great for solo developers, but I was wondering:  in a team environment, where you have many developers working on the same code base, what tools and/or procedures do you recommend? I note that Amber doesn't have the traditional Smalltalk "file-in/file-out" facility, but I presume there's a way to use source control in team development. Or is there another better approach? Thanks.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Team Development

philippeback


Le 15 déc. 2014 01:06, "Richard Eng" <[hidden email]> a écrit :
>
> Amber is great for solo developers, but I was wondering:  in a team environment, where you have many developers working on the same code base, what tools and/or procedures do you recommend?

Git works for me.

>I note that Amber doesn't have the traditional Smalltalk "file-in/file-out" facility, but I presume there's a way to use source control in team development.

The .st files are text files so they can be versioned. Now it is one package per file.

>Or is there another better approach?

There is Kaliningrad.
https://gemstonesoup.wordpress.com/2011/10/08/kaliningrad-developing-with-amber-seaside-and-monticello/

I do not know how this would work with latest Amber and Helios.

HTH
Phil

Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.