project-management

I want to know the difference between Low-level functions & Top-level functions [closed]

旧时模样 提交于 2019-12-06 00:13:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 months ago . Charles Simonyi introduced the idea of "organizing really big software teams by creating one super duper uber programmer writing the top-level functions, while handing off the implementation of the lower-level functions to a team of grunt junior-programmers as needed. They called

What is the main purpose and sense to have staging server the same as production?

。_饼干妹妹 提交于 2019-12-05 17:27:32
In our company we have staging and production servers. I'm trying to have them in state 1:1 after latest release. We've got web application running on several host and many instances of it. The issue is that I am an advocate of having the same architecture (structure) of web applications on staging and production servers to easily test new features and avoid creating of new bugs with new releases. But not everyone agree with me, and for them is not a such big deal to have different connection between staging application instances. Even maybe to have more application and connections between

Are there any dangers associated with using JavaScript namespaces?

爷,独闯天下 提交于 2019-12-05 12:02:53
Are there any dangers/caveats one should be aware of when creating JavaScript namespaces? Our project is fairly expansive and we are running a lot of JavaScript files (20+, expecting more). It is impossible to have any code maintainability without using namespaces, so we are implementing them like so: var namespace1 = { doSomething: function() { ... }, doSomethingElse: function() { ... } } And then to create hierarchies, we link them like so: var globalNamespace = { functions1: namespace1, functions2: namespace2, ... } This works fine, but it is essentially a "trick" to make JS behave as if it

How to use an existing Project as a template for a new one with Eclipse (CDT)?

我怕爱的太早我们不能终老 提交于 2019-12-05 10:39:30
I'd like to use one of my Projects where everything is configured fine and how it is need to start working as a "template" for creating a new Project within eclipse with CDT. So that time for configuring and writing a working project can be safed because it was already made somewhere else. Any hints? You could always right-click the project, choose "copy" and then hit ctrl+v (command+v on mac) to paste a new copy of the project into the workspace, then delete the source files that you don't need, leaving only the project configuration. William Symionow Just some ideas: You can also use File-

How should I go about writing a node.js web application with both server and client side code?

蹲街弑〆低调 提交于 2019-12-05 09:45:32
I'm planning on writing a spine/backbone.js style web application which basically just transfers a large application.js file to the client's browser that communicates with the node.js backend using ajax. The problem is that I don't know how to structure such a project, since I've never seen examples of such an application. I can picture some pros and cons with different ways of doing this Keep everything in one project folder. Both the server side and client side code resides in the same folders which means they can share resources such as form input validation and language files. This seems

What is Critical Path? [closed]

主宰稳场 提交于 2019-12-05 07:20:50
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 3 years ago . As a developer, I sometimes come across the term 'Critical Path' in the context of development execution. From wikipedia I know it has to do with identifying the necessary tasks that must be completed in a project. Is my understanding correct? What is the best definition of Critical Path you have encountered? How would identify the Critical Path when planning a project? I'm not

What Project Management software do you recommend for an agile approach? [closed]

痞子三分冷 提交于 2019-12-05 06:12:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . At the place I am working we are moving to a more agile approach to project management. For tool support for project management I used MS Project and Target Process in the past. But I think they both have serious weaknesses: MS Project is not very intuitive and therefore hard to use especially for novice users.

What online collaboration sites do you know? [closed]

╄→гoц情女王★ 提交于 2019-12-05 06:07:14
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . Basically I need a hosted solution, where one can create an account for a project and the distributed team members can interact through that site during the project implementation. I know a lot of such software but not a hosted one. 回答1: I think Basecamp is the most popular one. 回答2: I'm trying the CodeSpaces

Directory Structure for Cucumber + Maven + POM project under SRC & TEST folder

佐手、 提交于 2019-12-05 04:49:59
问题 I am looking for effective project Structure to manage it with POM, Cucumber(Feature and Step definition Files) under Maven's Src & test folders. What should be correct way to manage? Where to use Maven's src and test folder. Please Share. Thanks in Advance. 回答1: Project Structure for a Maven project with Cucumber + POM base package contains Page object initialization class where it can be extended to all the page classes browser package contains the browser factory class which contains the

How to manage a hierarchy of committers (like Linux kernel dev)

£可爱£侵袭症+ 提交于 2019-12-05 01:31:14
问题 I'm a committer on a project with a GitHub repo. I have a small team of developers who can't read from or commit to that repo. I'd like to setup a git server they can commit to that is a clone of the GitHub repo. When they make commits, I will review them, sometimes make edits, then push to the GitHub repo. My question is, since I'll sometimes be altering their commits, what is the best workflow for pulling changes from GitHub back to my clone server so that everyone's history doesn't get