diff --git a/CHANGELOG.md b/CHANGELOG.md index 0968711..3cf448e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change History for Saropa Dart Utils -## 0.3.4 Jakarta (Latest) +## 0.3.5 Jakarta (Latest) * 🀝 Restore section numbers in the [Code of Conduct](https://github.com/saropa/saropa_dart_utils/blob/main/code.of.conduct.md) * 🀝 Updated [Code of Conduct](https://github.com/saropa/saropa_dart_utils/blob/main/code.of.conduct.md) with the [Saropa logo](https://raw.githubusercontent.com/saropa/saropa_dart_utils/main/SaropaLogo2019_contrast-1200.png), examples, a survey and an exercise diff --git a/code.of.conduct.md b/code.of.conduct.md index 9ac2938..7f6dda3 100644 --- a/code.of.conduct.md +++ b/code.of.conduct.md @@ -513,53 +513,53 @@ Focus on ethical practices, managing stress, identifying and handling risks, fos ## The Survey Choose 1 only... - -1. πŸ› οΈ When you aim to maintain clean, maintainable code, how do you approach it? + +1. πŸ› οΈ When you aim to maintain clean, maintainable code, how do you approach it? ☐ Refactor regularly to improve code quality and maintainability ☐ Utilize automated tools to highlight and fix code issues ☐ Collaborate with peers to ensure high standards are maintained -2. πŸ“Š How do you ensure your progress reports are comprehensive and effective? +2. πŸ“Š How do you ensure your progress reports are comprehensive and effective? ☐ Use project management tools and write comprehensive email updates ☐ Hold regular check-ins with the team and provide context with proposed solutions ☐ Ensure timely communication and factual transparency to avoid surprises -3. πŸ“š How do you contribute to the quality and accuracy of documentation? +3. πŸ“š How do you contribute to the quality and accuracy of documentation? ☐ Update documentation promptly after changes are made ☐ Regularly review and provide feedback on existing documentation ☐ Actively participate in documentation review sessions -4. 🌱 How do you stay updated with new technologies and integrate them into your work? +4. 🌱 How do you stay updated with new technologies and integrate them into your work? ☐ Attend industry workshops and conferences to learn ☐ Follow relevant blogs and publications for the latest trends ☐ Experiment with new technologies in side projects -5. πŸ”‹ What steps do you take to optimize code performance in your projects? +5. πŸ”‹ What steps do you take to optimize code performance in your projects? ☐ Regularly profile and refactor code to enhance performance ☐ Implement performance best practices from the start ☐ Use feedback from performance testing to make improvements -6. πŸ§˜β€β™‚οΈ How do you manage stress during high-pressure situations at work? +6. πŸ§˜β€β™‚οΈ How do you manage stress during high-pressure situations at work? ☐ Practice mindfulness and take regular breaks to stay balanced ☐ Prioritize tasks and break them down into manageable steps ☐ Seek support from colleagues and mentors when needed -7. πŸ”₯ A critical bug in the software is unresolved causing significant financial loss. What approach do you take? +7. πŸ”₯ A critical bug in the software is unresolved causing significant financial loss. What approach do you take? ☐ Claim it was a misunderstanding of the requirements if questioned ☐ Hide the problem with hard coding and plan to fix it later ☐ Request a reassignment to another project before the issue is noticed -8. 🌈 What actions do you take to promote a positive and inclusive workplace? +8. 🌈 What actions do you take to promote a positive and inclusive workplace? ☐ Encourage inclusive behavior and language among colleagues ☐ Promptly report any incidents of harassment or discrimination ☐ Actively support peers who may need assistance or encouragement -9. βš–οΈ How do you handle risks and unexpected challenges in projects? +9. βš–οΈ How do you handle risks and unexpected challenges in projects? ☐ Create contingency plans to prepare for potential issues ☐ Regularly reassess and adjust project plans as needed ☐ Discuss potential risks and challenges with the team -10. 🌟 In a team setting, how do you ensure effective progress and contribution? +10. 🌟 In a team setting, how do you ensure effective progress and contribution? ☐ Regular team meetings for updates and problem-solving ☐ Challenge team members while ensuring accountability ☐ Assign tasks based on each member's strengths and expertise @@ -577,3 +577,5 @@ We’re looking for people who can think outside the box, deliver high-quality w 1. βš™οΈ What techniques can we use to optimize the system’s performance? 1. πŸ€– How can AI be used to improve its capabilities? 1. πŸ’¬ How should the system utilize feedback from its users? + +`END` diff --git a/pubspec.yaml b/pubspec.yaml index eed12ae..f6ff316 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: saropa_dart_utils description: "Boilerplate reduction tools and human readable extension methods by Saropa" -version: 0.3.4+Jakarta +version: 0.3.5+Jakarta homepage: https://app.saropa.com repository: https://github.com/saropa/saropa_dart_utils diff --git a/scripts/flutter_publish_pub_dev.ps1 b/scripts/publish_pub_dev.ps1 similarity index 100% rename from scripts/flutter_publish_pub_dev.ps1 rename to scripts/publish_pub_dev.ps1