Tagged Questions
The engineer tag has no wiki summary.
95
votes
41answers
4k views
What 'poor-programming' traits do engineers/scientists exhibit?
Soon, I expect to be asked to revise and improve existing code written by engineers and scientists.
I've noticed that non-programmers do not share the same programming 'eye' as computer-scientists ...
11
votes
5answers
2k views
Must know programming language for a modern electrical engineer [closed]
I'm currently finishing my BSc in electrical engineering. During my studies, we were taught a bit of everything, including c, c++, matlab and some basic assembly.
Now that I have some free time on my ...
7
votes
4answers
4k views
C++ to UML ( Reverse engineer / Round-trip engineering )
I am looking for a tool that can reverse engineer C++ to UML (and vice-versa). However, the crucial requirement is that it can correctly parse method (member function) bodies so that dependencies are ...
4
votes
11answers
847 views
Hiring Software Developers for Testing Positions [closed]
Would you hire a software developer/engineer for software testing position? If so, why?
What are the pros and cons for hiring development engineer as test engineer?
1
vote
2answers
345 views
Reverse Engineer to get UML with PostgreSQL
Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.
0
votes
1answer
67 views
Reverse Engineering question - .NET packet capture
I am working with someone who is interested in integrating a web application with a proprietary ERP client/server system. I am trying to figure out a way to reverse engineer the API calls to the ...
0
votes
0answers
78 views
Learning SAP and VMWare [closed]
Hye Stack Overflow Respected Community Members,
I need an advice on how can i start learning SAP and VMWare. It is really hard to get a decent job in IT industry without this skills. Nobody wants to ...
0
votes
1answer
351 views
Foreign key disappears when i do reverse engineering using mysql workbench
When i use mysql workbench, the schema of reverse engineering disappears.
I don't know why.
Do you have solutions?
Thanks.
0
votes
3answers
2k views
Why does MyEclipse's Hibernate Reverse-engineering creates multiple classes when mapping certain tables?
I have a table in my MYSQL database which does not have a primary key, but has a unique key on two columns. When using MyEclipse's Hibernate reverse engineer tool to create a mapping for that table, ...