Skip to main content
Code Review

Return to Question

deleted 22 characters in body
Source Link
Andrei
  • 351
  • 2
  • 6

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystemIMS interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystem interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.

Problem

In Java, implement the picking and restocking routines for the IMS system. The IMS interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

edited tags
Link
200_success
  • 145.5k
  • 22
  • 190
  • 478
Tweeted twitter.com/#!/StackCodeReview/status/648296425089011712
Post Reopened by SirPython, Community Bot, Jamal
added 58 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.*

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystem interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystem interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.*

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystem interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

Introduction

Assume you are working on a new warehouse inventory management system named IMS. IMS will be responsible for the inventory tracking within physical, single site warehouses. IMS will track the named physical location of a product within the warehouse and the inventory level of each product. IMS will be deployed to busy warehouses supporting many pickers and restockers working with individual terminals and clients. Updates to inventory levels will be handled in real time to prevent pickers trying to pick a product that is out of stock.

Assumptions

Each product will be stored at one and only one named location within the warehouse. Inventory adjustments may be additive (restocks) or subtractive (picks). No additional product information needs to be tracked beyond location and level.

Problem

In Java, implement the picking and restocking routines for the IMS system. The InventoryManagementSystem interface will be the first component to be implemented; all relevant domain objects will have to has already been distributed to other teams which depend on it.

adding problem
Source Link
Andrei
  • 351
  • 2
  • 6
Loading
Post Closed as "Not suitable for this site" by janos
deleted 60 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238
Loading
Post Reopened by skiwi, janos
markdown fix
Source Link
janos
  • 112.9k
  • 15
  • 154
  • 396
Loading
adding code
Source Link
Andrei
  • 351
  • 2
  • 6
Loading
Post Closed as "Not suitable for this site" by Mast , janos
Source Link
Andrei
  • 351
  • 2
  • 6
Loading
lang-java

AltStyle によって変換されたページ (->オリジナル) /