|
Without any indication of what your discipline is, this bar can be anywhere. WinForm developers have different basic requirements than an ASP or Java developer.
Personally, I would say that the following would apply regardless of your discipline, please others chime in.
1. Common tasks for development are easily implemented with little or no research. 2. You can easily understand and implement concepts provided in multiple ways. 3. You can convey concepts in ways that others can understand. 4. You can offer solutions for problems with confidence.
Common tasks: Interface development. (Dependant on your discipline this may be web pages or forms) Database integration Error handling and reporting IO - Memory and Disk Memory management (You understand the implications of consuming and freeing memory) Scope (Understands the philosiphy of code structure) Output - file, screen, paper, database, reports other systems.
|