Posts by Miguel Bassila • 131 points
3 posts
-
5
votes3
answers208
viewsQ: Composition: use @class or #import?
I recently had a problem with Unknow type name 'Class', 'cause I was doing import in the header of 2 classes. I discovered that this is a classic error of headers importing headers. I was directed…
-
1
votes5
answers6040
viewsA: What tool to use to convert a visually developed UML to code?
I know it runs a little outside the scope of your question, which is to find a new plugin for Eclipse, but I have used Astah (old Jude) in my projects and it meets my needs, including generates the…
-
7
votes6
answers98339
viewsA: How do I undo the last commit in Git?
You can use this command: git reset --soft HEAD~1